#2F3166

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

Shades of Deep Koamaru #2F3166

Tints of Deep Koamaru #2F3166

Color information

#2F3166 (or 0x2F3166) is unknown color: approx Deep Koamaru. HEX triplet: 2F, 31 and 66. RGB value is (47,49,102). Sum of RGB (Red+Green+Blue) = 47+49+102=198 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.74% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 102 (40.23% from 255 or 51.52% from 198); Max value from RGB is 102 - color contains mainly: blue. Hex color #2F3166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3166 is #D0CE99. Grayscale: #363636. Windows color (decimal): -13684378 or 6697263. OLE color: 6697263.

HSL color Cylindrical-coordinate representation of color #2F3166: hue angle of 237.82º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2F3166 is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4749102-
CMYK0.540.5200.6
HSL237.82º36.91%29.22%-
HSV(B)237.82º53.92%40%-
XYZ4.673.7613.05-
YUV54.44154.84122.69-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.74%
GREEN value IS 49 (19.53% from 255) = 24.75%
BLUE value IS 102 (40.23% from 255) = 51.52%
R=23.74%
G=24.75%
B=51.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal47491020.540.5200.6237.8236.9129.22
Hex2F3166363403Cee251d
Octal576114666640743564535
Binary101111110001110011011011011010001111001110111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,49,102); }

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

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

 a { background-color: rgb(47,49,102); }

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

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

 span { border-color: rgb(47,49,102); }

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