#370263

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

Shades of Christalle #370263

Tints of Christalle #370263

Color information

#370263 (or 0x370263) is unknown color: approx Christalle. HEX triplet: 37, 02 and 63. RGB value is (55,2,99). Sum of RGB (Red+Green+Blue) = 55+2+99=156 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.26% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 99 (39.06% from 255 or 63.46% from 156); Max value from RGB is 99 - color contains mainly: blue. Hex color #370263 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370263 is #C8FD9C. Grayscale: #1C1C1C. Windows color (decimal): -13172125 or 6488631. OLE color: 6488631.

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

Color convert

RGB55299-
CMYK0.440.9800.61
HSL272.78º96.04%19.8%-
HSV(B)272.78º97.98%38.82%-
XYZ3.851.7611.94-
YUV28.9167.56146.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.26%
GREEN value IS 2 (1.17% from 255) = 1.28%
BLUE value IS 99 (39.06% from 255) = 63.46%
R=35.26%
G=1.28%
B=63.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal552990.440.9800.61272.7896.0419.8
Hex372632C6203D1116014
Octal6721435414207542114024
Binary11011110110001110110011000100111101100010001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370263; }

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

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

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

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

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

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

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

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