Html Css Color HEX #381868 Christalle

📋 copy color: '#381868'

red 56 ◦ green 24 ◦ blue 104

#381868
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christalle #381868

Tints of Christalle #381868

RGB

 RED value IS 56 (22.27% from 255) = 30.43%

 GREEN value IS 24 (9.77% from 255) = 13.04%

 BLUE value IS 104 (41.02% from 255) = 56.52%

R = 30.43%
G = 13.04%
B = 56.52%

CMYK

 C value IS 0.46

 M value IS 0.77

 Y value IS 0

 K value IS 0.59

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#381868 (or 0x381868) is known color: Christalle. HEX triplet: 38, 18 and 68. RGB value is (56,24,104). Sum of RGB (Red+Green+Blue) = 56+24+104=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 24 (9.77% from 255 or 13.04% from 184); Blue value is 104 (41.02% from 255 or 56.52% from 184); Max value from RGB is 104 - color contains mainly: blue. Hex color #381868 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381868 is #C7E797. Grayscale: #2A2A2A. Windows color (decimal): -13100952 or 6821944. OLE color: 6821944.

HSL color Cylindrical-coordinate representation of color #381868: hue angle of 264º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #381868 is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 24 104 -
CMYK 0.46 0.77 0 0.59
HSL 264º 0.63% 0.25% -
HSV(B) 264º 0.77% 0.41% -
XYZ 4.46 2.49 13.34 -
YUV 42.69 162.6 137.5 -
System Red Green Blue C M Y K H S L
Decimal 56 24 104 0.46 0.77 0 0.59 264 0.63 0.25
Hex 38 18 68 2E 4D 0 3B 108 3E 19
Octal 70 30 150 56 115 0 73 410 76 31
Binary 111000 11000 1101000 101110 1001101 0 111011 100001000 111110 11001

Color Harmonies of #381868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381868

Black with #381868

Text Example


Text Example

White with #381868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381868; }

 p { color: rgb(56,24,104); }

 H1.HeaderClassName
 {
   color: #381868;
 }
 .AnyTagClassName
 {
   color: #381868;
 }
</style>

background-color css

<style>
 a { background-color: #381868; }

 a { background-color: rgb(56,24,104); }

 div.DivClassName
 {
   background-color: #381868;
 }
 .BgClassName
 {
   background-color: #381868;
 }
</style>

border-color css

<style>
 span { border-color: #381868; }

 span { border-color: rgb(56,24,104); }

 td.TdClassName
 {
   border-color: #381868;
 }
 .TagClassName
 {
   border-color: #381868;
 }
</style>