Html Css Color HEX #370359 Christalle

📋 copy color: '#370359'

red 55 ◦ green 3 ◦ blue 89

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

Shades of Christalle #370359

Tints of Christalle #370359

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.04%

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

R = 37.41%
G = 2.04%
B = 60.54%

CMYK

 C value IS 0.38

 M value IS 0.97

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#370359 (or 0x370359) is known color: Christalle. HEX triplet: 37, 03 and 59. RGB value is (55,3,89). Sum of RGB (Red+Green+Blue) = 55+3+89=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 89 (35.16% from 255 or 60.54% from 147); Max value from RGB is 89 - color contains mainly: blue. Hex color #370359 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370359 is #C8FCA6. Grayscale: #1C1C1C. Windows color (decimal): -13171879 or 5833527. OLE color: 5833527.

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

Color convert

RGB 55 3 89 -
CMYK 0.38 0.97 0 0.65
HSL 276.28º 0.93% 0.18% -
HSV(B) 276.28º 0.97% 0.35% -
XYZ 3.41 1.6 9.58 -
YUV 28.35 162.23 147.01 -
System Red Green Blue C M Y K H S L
Decimal 55 3 89 0.38 0.97 0 0.65 276.28 0.93 0.18
Hex 37 3 59 26 61 0 41 114 5D 12
Octal 67 3 131 46 141 0 101 424 135 22
Binary 110111 11 1011001 100110 1100001 0 1000001 100010100 1011101 10010

Color Harmonies of #370359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370359

Black with #370359

Text Example


Text Example

White with #370359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370359; }

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

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

background-color css

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

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

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

border-color css

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

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

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