#2F135C

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

Shades of Christalle #2F135C

Tints of Christalle #2F135C

Color information

#2F135C (or 0x2F135C) is unknown color: approx Christalle. HEX triplet: 2F, 13 and 5C. RGB value is (47,19,92). Sum of RGB (Red+Green+Blue) = 47+19+92=158 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.75% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 92 (36.33% from 255 or 58.23% from 158); Max value from RGB is 92 - color contains mainly: blue. Hex color #2F135C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F135C is #D0ECA3. Grayscale: #232323. Windows color (decimal): -13692068 or 6034223. OLE color: 6034223.

HSL color Cylindrical-coordinate representation of color #2F135C: hue angle of 263.01º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F135C is Cyan = 0.49, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB471992-
CMYK0.490.7900.64
HSL263.01º65.77%21.76%-
HSV(B)263.01º79.35%36.08%-
XYZ3.341.8410.31-
YUV35.69159.78136.06-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.75%
GREEN value IS 19 (7.81% from 255) = 12.03%
BLUE value IS 92 (36.33% from 255) = 58.23%
R=29.75%
G=12.03%
B=58.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4719920.490.7900.64263.0165.7721.76
Hex2F135C314F0401074216
Octal572313461117010040710226
Binary101111100111011100110001100111101000000100000111100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F135C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,19,92); }

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

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

 a { background-color: rgb(47,19,92); }

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

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

 span { border-color: rgb(47,19,92); }

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