#252F6C

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

Shades of Deep Koamaru #252F6C

Tints of Deep Koamaru #252F6C

Color information

#252F6C (or 0x252F6C) is unknown color: approx Deep Koamaru. HEX triplet: 25, 2F and 6C. RGB value is (37,47,108). Sum of RGB (Red+Green+Blue) = 37+47+108=192 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.27% from 192); Green value is 47 (18.75% from 255 or 24.48% from 192); Blue value is 108 (42.58% from 255 or 56.25% from 192); Max value from RGB is 108 - color contains mainly: blue. Hex color #252F6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252F6C is #DAD093. Grayscale: #323232. Windows color (decimal): -14340244 or 7089957. OLE color: 7089957.

HSL color Cylindrical-coordinate representation of color #252F6C: hue angle of 231.55º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #252F6C is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3747108-
CMYK0.660.5600.58
HSL231.55º48.97%28.43%-
HSV(B)231.55º65.74%42.35%-
XYZ4.493.5114.63-
YUV50.96160.19118.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.27%
GREEN value IS 47 (18.75% from 255) = 24.48%
BLUE value IS 108 (42.58% from 255) = 56.25%
R=19.27%
G=24.48%
B=56.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37471080.660.5600.58231.5548.9728.43
Hex252F6C423803Ae8311c
Octal4557154102700723506134
Binary1001011011111101100100001011100001110101110100011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252F6C; }

 p { color: rgb(37,47,108); }

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

<style>
 a { background-color: #252F6C; }

 a { background-color: rgb(37,47,108); }

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

<style>
 span { border-color: #252F6C; }

 span { border-color: rgb(37,47,108); }

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