#2F185A

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

Shades of Christalle #2F185A

Tints of Christalle #2F185A

Color information

#2F185A (or 0x2F185A) is unknown color: approx Christalle. HEX triplet: 2F, 18 and 5A. RGB value is (47,24,90). Sum of RGB (Red+Green+Blue) = 47+24+90=161 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.19% from 161); Green value is 24 (9.77% from 255 or 14.91% from 161); Blue value is 90 (35.55% from 255 or 55.90% from 161); Max value from RGB is 90 - color contains mainly: blue. Hex color #2F185A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F185A is #D0E7A5. Grayscale: #262626. Windows color (decimal): -13690790 or 5904431. OLE color: 5904431.

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

Color convert

RGB472490-
CMYK0.480.7300.65
HSL260.91º57.89%22.35%-
HSV(B)260.91º73.33%35.29%-
XYZ3.3429.88-
YUV38.4157.12134.13-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.19%
GREEN value IS 24 (9.77% from 255) = 14.91%
BLUE value IS 90 (35.55% from 255) = 55.90%
R=29.19%
G=14.91%
B=55.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4724900.480.7300.65260.9157.8922.35
Hex2F185A30490411053a16
Octal57301326011101014057226
Binary10111111000101101011000010010010100000110000010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F185A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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