#2F165A

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

Shades of Christalle #2F165A

Tints of Christalle #2F165A

Color information

#2F165A (or 0x2F165A) is unknown color: approx Christalle. HEX triplet: 2F, 16 and 5A. RGB value is (47,22,90). Sum of RGB (Red+Green+Blue) = 47+22+90=159 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.56% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 90 (35.55% from 255 or 56.60% from 159); Max value from RGB is 90 - color contains mainly: blue. Hex color #2F165A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F165A is #D0E9A5. Grayscale: #242424. Windows color (decimal): -13691302 or 5903919. OLE color: 5903919.

HSL color Cylindrical-coordinate representation of color #2F165A: hue angle of 262.06º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2F165A is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB472290-
CMYK0.480.7600.65
HSL262.06º60.71%21.96%-
HSV(B)262.06º75.56%35.29%-
XYZ3.31.929.87-
YUV37.23157.78134.97-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.56%
GREEN value IS 22 (8.98% from 255) = 13.84%
BLUE value IS 90 (35.55% from 255) = 56.60%
R=29.56%
G=13.84%
B=56.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4722900.480.7600.65262.0660.7121.96
Hex2F165A304C0411063d16
Octal57261326011401014067526
Binary10111110110101101011000010011000100000110000011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F165A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F165A; }

 p { color: rgb(47,22,90); }

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

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

 a { background-color: rgb(47,22,90); }

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

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

 span { border-color: rgb(47,22,90); }

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