#2F135A

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

Shades of Christalle #2F135A

Tints of Christalle #2F135A

Color information

#2F135A (or 0x2F135A) is unknown color: approx Christalle. HEX triplet: 2F, 13 and 5A. RGB value is (47,19,90). Sum of RGB (Red+Green+Blue) = 47+19+90=156 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.13% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 90 (35.55% from 255 or 57.69% from 156); Max value from RGB is 90 - color contains mainly: blue. Hex color #2F135A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F135A is #D0ECA5. Grayscale: #232323. Windows color (decimal): -13692070 or 5903151. OLE color: 5903151.

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

Color convert

RGB471990-
CMYK0.480.7900.65
HSL263.66º65.14%21.37%-
HSV(B)263.66º78.89%35.29%-
XYZ3.251.819.85-
YUV35.47158.78136.23-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 30.13%
GREEN value IS 19 (7.81% from 255) = 12.18%
BLUE value IS 90 (35.55% from 255) = 57.69%
R=30.13%
G=12.18%
B=57.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4719900.480.7900.65263.6665.1421.37
Hex2F135A304F0411084115
Octal572313260117010141010125
Binary101111100111011010110000100111101000001100001000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F135A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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