Html Css Color HEX #370859 Christalle

📋 copy color: '#370859'

red 55 ◦ green 8 ◦ blue 89

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

Shades of Christalle #370859

Tints of Christalle #370859

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.26%

 BLUE value IS 89 (35.16% from 255) = 58.55%

R = 36.18%
G = 5.26%
B = 58.55%

CMYK

 C value IS 0.38

 M value IS 0.91

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#370859 (or 0x370859) is known color: Christalle. HEX triplet: 37, 08 and 59. RGB value is (55,8,89). Sum of RGB (Red+Green+Blue) = 55+8+89=152 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.18% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 89 (35.16% from 255 or 58.55% from 152); Max value from RGB is 89 - color contains mainly: blue. Hex color #370859 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370859 is #C8F7A6. Grayscale: #1F1F1F. Windows color (decimal): -13170599 or 5834807. OLE color: 5834807.

HSL color Cylindrical-coordinate representation of color #370859: hue angle of 274.81º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #370859 is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 8 89 -
CMYK 0.38 0.91 0 0.65
HSL 274.81º 0.84% 0.19% -
HSV(B) 274.81º 0.91% 0.35% -
XYZ 3.47 1.71 9.6 -
YUV 31.29 160.57 144.91 -
System Red Green Blue C M Y K H S L
Decimal 55 8 89 0.38 0.91 0 0.65 274.81 0.84 0.19
Hex 37 8 59 26 5B 0 41 113 54 13
Octal 67 10 131 46 133 0 101 423 124 23
Binary 110111 1000 1011001 100110 1011011 0 1000001 100010011 1010100 10011

Color Harmonies of #370859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370859

Black with #370859

Text Example


Text Example

White with #370859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370859; }

 p { color: rgb(55,8,89); }

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

background-color css

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

 a { background-color: rgb(55,8,89); }

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

border-color css

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

 span { border-color: rgb(55,8,89); }

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