Html Css Color HEX #370262 Christalle

📋 copy color: '#370262'

red 55 ◦ green 2 ◦ blue 98

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

Shades of Christalle #370262

Tints of Christalle #370262

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.29%

 BLUE value IS 98 (38.67% from 255) = 63.23%

R = 35.48%
G = 1.29%
B = 63.23%

CMYK

 C value IS 0.44

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#370262 (or 0x370262) is known color: Christalle. HEX triplet: 37, 02 and 62. RGB value is (55,2,98). Sum of RGB (Red+Green+Blue) = 55+2+98=155 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.48% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 98 (38.67% from 255 or 63.23% from 155); Max value from RGB is 98 - color contains mainly: blue. Hex color #370262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370262 is #C8FD9D. Grayscale: #1C1C1C. Windows color (decimal): -13172126 or 6423095. OLE color: 6423095.

HSL color Cylindrical-coordinate representation of color #370262: hue angle of 273.12º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #370262 is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 55 2 98 -
CMYK 0.44 0.98 0 0.62
HSL 273.13º 0.96% 0.2% -
HSV(B) 273.13º 0.98% 0.38% -
XYZ 3.8 1.74 11.69 -
YUV 28.79 167.06 146.69 -
System Red Green Blue C M Y K H S L
Decimal 55 2 98 0.44 0.98 0 0.62 273.13 0.96 0.2
Hex 37 2 62 2C 62 0 3E 111 60 14
Octal 67 2 142 54 142 0 76 421 140 24
Binary 110111 10 1100010 101100 1100010 0 111110 100010001 1100000 10100

Color Harmonies of #370262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370262

Black with #370262

Text Example


Text Example

White with #370262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370262; }

 p { color: rgb(55,2,98); }

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

background-color css

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

 a { background-color: rgb(55,2,98); }

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

border-color css

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

 span { border-color: rgb(55,2,98); }

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