#2F3669

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

Shades of Deep Koamaru #2F3669

Tints of Deep Koamaru #2F3669

Color information

#2F3669 (or 0x2F3669) is unknown color: approx Deep Koamaru. HEX triplet: 2F, 36 and 69. RGB value is (47,54,105). Sum of RGB (Red+Green+Blue) = 47+54+105=206 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.82% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 105 (41.41% from 255 or 50.97% from 206); Max value from RGB is 105 - color contains mainly: blue. Hex color #2F3669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3669 is #D0C996. Grayscale: #393939. Windows color (decimal): -13683095 or 6895151. OLE color: 6895151.

HSL color Cylindrical-coordinate representation of color #2F3669: hue angle of 232.76º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2F3669 is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4754105-
CMYK0.550.4900.59
HSL232.76º38.16%29.8%-
HSV(B)232.76º55.24%41.18%-
XYZ5.044.2613.92-
YUV57.72154.68120.35-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.82%
GREEN value IS 54 (21.48% from 255) = 26.21%
BLUE value IS 105 (41.41% from 255) = 50.97%
R=22.82%
G=26.21%
B=50.97%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal47541050.550.4900.59232.7638.1629.8
Hex2F3669373103Be9261e
Octal576615167610733514636
Binary101111110110110100111011111000101110111110100110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,54,105); }

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

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

 a { background-color: rgb(47,54,105); }

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

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

 span { border-color: rgb(47,54,105); }

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