#2F035B

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

Shades of Christalle #2F035B

Tints of Christalle #2F035B

Color information

#2F035B (or 0x2F035B) is unknown color: approx Christalle. HEX triplet: 2F, 03 and 5B. RGB value is (47,3,91). Sum of RGB (Red+Green+Blue) = 47+3+91=141 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.33% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 91 (35.94% from 255 or 64.54% from 141); Max value from RGB is 91 - color contains mainly: blue. Hex color #2F035B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F035B is #D0FCA4. Grayscale: #191919. Windows color (decimal): -13696165 or 5964591. OLE color: 5964591.

HSL color Cylindrical-coordinate representation of color #2F035B: hue angle of 270º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2F035B is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB47391-
CMYK0.480.9700.64
HSL270º93.62%18.43%-
HSV(B)270º96.7%35.69%-
XYZ3.091.4210.01-
YUV26.19164.58142.84-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 33.33%
GREEN value IS 3 (1.56% from 255) = 2.13%
BLUE value IS 91 (35.94% from 255) = 64.54%
R=33.33%
G=2.13%
B=64.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal473910.480.9700.6427093.6218.43
Hex2F35B306104010e5e12
Octal57313360141010041613622
Binary101111111011011110000110000101000000100001110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F035B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,3,91); }

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

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

 a { background-color: rgb(47,3,91); }

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

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

 span { border-color: rgb(47,3,91); }

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