#2F3161

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

Shades of Deep Koamaru #2F3161

Tints of Deep Koamaru #2F3161

Color information

#2F3161 (or 0x2F3161) is unknown color: approx Deep Koamaru. HEX triplet: 2F, 31 and 61. RGB value is (47,49,97). Sum of RGB (Red+Green+Blue) = 47+49+97=193 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.35% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 97 (38.28% from 255 or 50.26% from 193); Max value from RGB is 97 - color contains mainly: blue. Hex color #2F3161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3161 is #D0CE9E. Grayscale: #353535. Windows color (decimal): -13684383 or 6369583. OLE color: 6369583.

HSL color Cylindrical-coordinate representation of color #2F3161: hue angle of 237.6º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2F3161 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB474997-
CMYK0.520.4900.62
HSL237.6º34.72%28.24%-
HSV(B)237.6º51.55%38.04%-
XYZ4.433.6611.78-
YUV53.87152.34123.1-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.35%
GREEN value IS 49 (19.53% from 255) = 25.39%
BLUE value IS 97 (38.28% from 255) = 50.26%
R=24.35%
G=25.39%
B=50.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4749970.520.4900.62237.634.7228.24
Hex2F3161343103Eee231c
Octal576114164610763564334
Binary101111110001110000111010011000101111101110111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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