#252D72

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

Shades of Deep Koamaru #252D72

Tints of Deep Koamaru #252D72

Color information

#252D72 (or 0x252D72) is unknown color: approx Deep Koamaru. HEX triplet: 25, 2D and 72. RGB value is (37,45,114). Sum of RGB (Red+Green+Blue) = 37+45+114=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 45 (17.97% from 255 or 22.96% from 196); Blue value is 114 (44.92% from 255 or 58.16% from 196); Max value from RGB is 114 - color contains mainly: blue. Hex color #252D72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252D72 is #DAD28D. Grayscale: #323232. Windows color (decimal): -14340750 or 7482661. OLE color: 7482661.

HSL color Cylindrical-coordinate representation of color #252D72: hue angle of 233.77º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #252D72 is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3745114-
CMYK0.680.6100.55
HSL233.77º50.99%29.61%-
HSV(B)233.77º67.54%44.71%-
XYZ4.743.4816.34-
YUV50.47163.85118.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.88%
GREEN value IS 45 (17.97% from 255) = 22.96%
BLUE value IS 114 (44.92% from 255) = 58.16%
R=18.88%
G=22.96%
B=58.16%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37451140.680.6100.55233.7750.9929.61
Hex252D72443D037ea331e
Octal4555162104750673526336
Binary1001011011011110010100010011110101101111110101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,45,114); }

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

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

 a { background-color: rgb(37,45,114); }

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

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

 span { border-color: rgb(37,45,114); }

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