#2F3066

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

Shades of Deep Koamaru #2F3066

Tints of Deep Koamaru #2F3066

Color information

#2F3066 (or 0x2F3066) is unknown color: approx Deep Koamaru. HEX triplet: 2F, 30 and 66. RGB value is (47,48,102). Sum of RGB (Red+Green+Blue) = 47+48+102=197 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.86% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 102 (40.23% from 255 or 51.78% from 197); Max value from RGB is 102 - color contains mainly: blue. Hex color #2F3066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3066 is #D0CF99. Grayscale: #353535. Windows color (decimal): -13684634 or 6697007. OLE color: 6697007.

HSL color Cylindrical-coordinate representation of color #2F3066: hue angle of 238.91º 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 #2F3066 is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4748102-
CMYK0.540.5300.6
HSL238.91º36.91%29.22%-
HSV(B)238.91º53.92%40%-
XYZ4.633.6813.04-
YUV53.86155.17123.11-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.86%
GREEN value IS 48 (19.14% from 255) = 24.37%
BLUE value IS 102 (40.23% from 255) = 51.78%
R=23.86%
G=24.37%
B=51.78%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal47481020.540.5300.6238.9136.9129.22
Hex2F3066363503Cef251d
Octal576014666650743574535
Binary101111110000110011011011011010101111001110111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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