#2F335E

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

Shades of Deep Koamaru #2F335E

Tints of Deep Koamaru #2F335E

Color information

#2F335E (or 0x2F335E) is unknown color: approx Deep Koamaru. HEX triplet: 2F, 33 and 5E. RGB value is (47,51,94). Sum of RGB (Red+Green+Blue) = 47+51+94=192 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.48% from 192); Green value is 51 (20.31% from 255 or 26.56% from 192); Blue value is 94 (37.11% from 255 or 48.96% from 192); Max value from RGB is 94 - color contains mainly: blue. Hex color #2F335E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F335E is #D0CCA1. Grayscale: #363636. Windows color (decimal): -13683874 or 6173487. OLE color: 6173487.

HSL color Cylindrical-coordinate representation of color #2F335E: hue angle of 234.89º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2F335E is Cyan = 0.5, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB475194-
CMYK0.50.4600.63
HSL234.89º33.33%27.65%-
HSV(B)234.89º50%36.86%-
XYZ4.383.7811.09-
YUV54.71150.17122.5-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.48%
GREEN value IS 51 (20.31% from 255) = 26.56%
BLUE value IS 94 (37.11% from 255) = 48.96%
R=24.48%
G=26.56%
B=48.96%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4751940.50.4600.63234.8933.3327.65
Hex2F335E322E03Feb211c
Octal576313662560773534134
Binary101111110011101111011001010111001111111110101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F335E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,51,94); }

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

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

 a { background-color: rgb(47,51,94); }

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

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

 span { border-color: rgb(47,51,94); }

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