#370462

Color #370462 Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #370462

Tints of Christalle #370462

Color information

#370462 (or 0x370462) is unknown color: approx Christalle. HEX triplet: 37, 04 and 62. RGB value is (55,4,98). Sum of RGB (Red+Green+Blue) = 55+4+98=157 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.03% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 98 (38.67% from 255 or 62.42% from 157); Max value from RGB is 98 - color contains mainly: blue. Hex color #370462 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370462 is #C8FB9D. Grayscale: #1D1D1D. Windows color (decimal): -13171614 or 6423607. OLE color: 6423607.

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

Color convert

RGB55498-
CMYK0.440.9600.62
HSL272.55º92.16%20%-
HSV(B)272.55º95.92%38.43%-
XYZ3.821.7811.7-
YUV29.96166.4145.86-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.03%
GREEN value IS 4 (1.95% from 255) = 2.55%
BLUE value IS 98 (38.67% from 255) = 62.42%
R=35.03%
G=2.55%
B=62.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal554980.440.9600.62272.5592.1620
Hex374622C6003E1115c14
Octal6741425414007642113424
Binary110111100110001010110011000000111110100010001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370462; }

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

 H1.HeaderClassName
 {
   color: #370462;
 }
 .AnyTagClassName
 {
   color: #370462;
 }
</style>
background-color css

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

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

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

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

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

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