#2F305D

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

Shades of Deep Koamaru #2F305D

Tints of Deep Koamaru #2F305D

Color information

#2F305D (or 0x2F305D) is unknown color: approx Deep Koamaru. HEX triplet: 2F, 30 and 5D. RGB value is (47,48,93). Sum of RGB (Red+Green+Blue) = 47+48+93=188 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 93 (36.72% from 255 or 49.47% from 188); Max value from RGB is 93 - color contains mainly: blue. Hex color #2F305D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F305D is #D0CFA2. Grayscale: #343434. Windows color (decimal): -13684643 or 6107183. OLE color: 6107183.

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

Color convert

RGB474893-
CMYK0.490.4800.64
HSL238.7º32.86%27.45%-
HSV(B)238.7º49.46%36.47%-
XYZ4.213.5110.81-
YUV52.83150.67123.84-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25%
GREEN value IS 48 (19.14% from 255) = 25.53%
BLUE value IS 93 (36.72% from 255) = 49.47%
R=25%
G=25.53%
B=49.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4748930.490.4800.64238.732.8627.45
Hex2F305D3130040ef211b
Octal5760135616001003574133
Binary1011111100001011101110001110000010000001110111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F305D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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