#252F64

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

Shades of Deep Koamaru #252F64

Tints of Deep Koamaru #252F64

Color information

#252F64 (or 0x252F64) is unknown color: approx Deep Koamaru. HEX triplet: 25, 2F and 64. RGB value is (37,47,100). Sum of RGB (Red+Green+Blue) = 37+47+100=184 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.11% from 184); Green value is 47 (18.75% from 255 or 25.54% from 184); Blue value is 100 (39.45% from 255 or 54.35% from 184); Max value from RGB is 100 - color contains mainly: blue. Hex color #252F64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252F64 is #DAD09B. Grayscale: #313131. Windows color (decimal): -14340252 or 6565669. OLE color: 6565669.

HSL color Cylindrical-coordinate representation of color #252F64: hue angle of 230.48º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #252F64 is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB3747100-
CMYK0.630.5300.61
HSL230.48º45.99%26.86%-
HSV(B)230.48º63%39.22%-
XYZ4.083.3512.49-
YUV50.05156.19118.69-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.11%
GREEN value IS 47 (18.75% from 255) = 25.54%
BLUE value IS 100 (39.45% from 255) = 54.35%
R=20.11%
G=25.54%
B=54.35%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal37471000.630.5300.61230.4845.9926.86
Hex252F643F3503De62e1b
Octal455714477650753465633
Binary100101101111110010011111111010101111011110011010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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