Html Css Color HEX #370D68 Christalle

📋 copy color: '#370D68'

red 55 ◦ green 13 ◦ blue 104

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

Shades of Christalle #370D68

Tints of Christalle #370D68

RGB

 RED value IS 55 (21.88% from 255) = 31.98%

 GREEN value IS 13 (5.47% from 255) = 7.56%

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

R = 31.98%
G = 7.56%
B = 60.47%

CMYK

 C value IS 0.47

 M value IS 0.88

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#370D68 (or 0x370D68) is known color: Christalle. HEX triplet: 37, 0D and 68. RGB value is (55,13,104). Sum of RGB (Red+Green+Blue) = 55+13+104=172 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.98% from 172); Green value is 13 (5.47% from 255 or 7.56% from 172); Blue value is 104 (41.02% from 255 or 60.47% from 172); Max value from RGB is 104 - color contains mainly: blue. Hex color #370D68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370D68 is #C8F297. Grayscale: #232323. Windows color (decimal): -13169304 or 6819127. OLE color: 6819127.

HSL color Cylindrical-coordinate representation of color #370D68: hue angle of 267.69º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #370D68 is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 55 13 104 -
CMYK 0.47 0.88 0 0.59
HSL 267.69º 0.78% 0.23% -
HSV(B) 267.69º 0.88% 0.41% -
XYZ 4.22 2.1 13.28 -
YUV 35.93 166.41 141.6 -
System Red Green Blue C M Y K H S L
Decimal 55 13 104 0.47 0.88 0 0.59 267.69 0.78 0.23
Hex 37 D 68 2F 58 0 3B 10C 4E 17
Octal 67 15 150 57 130 0 73 414 116 27
Binary 110111 1101 1101000 101111 1011000 0 111011 100001100 1001110 10111

Color Harmonies of #370D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370D68

Black with #370D68

Text Example


Text Example

White with #370D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370D68; }

 p { color: rgb(55,13,104); }

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

background-color css

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

 a { background-color: rgb(55,13,104); }

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

border-color css

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

 span { border-color: rgb(55,13,104); }

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