#370262

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

Shades of Christalle #370262

Tints of Christalle #370262

Color information

#370262 (or 0x370262) is unknown color: approx 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

RGB55298-
CMYK0.440.9800.62
HSL273.12º96%19.61%-
HSV(B)273.12º97.96%38.43%-
XYZ3.81.7411.69-
YUV28.79167.06146.69-

RGB Variations

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

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 (Cyan) values IS 0.44
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal552980.440.9800.62273.129619.61
Hex372622C6203E1116014
Octal6721425414207642114024
Binary11011110110001010110011000100111110100010001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>