#252D73

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

Shades of Deep Koamaru #252D73

Tints of Deep Koamaru #252D73

Color information

#252D73 (or 0x252D73) is unknown color: approx Deep Koamaru. HEX triplet: 25, 2D and 73. RGB value is (37,45,115). Sum of RGB (Red+Green+Blue) = 37+45+115=197 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.78% from 197); Green value is 45 (17.97% from 255 or 22.84% from 197); Blue value is 115 (45.31% from 255 or 58.38% from 197); Max value from RGB is 115 - color contains mainly: blue. Hex color #252D73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252D73 is #DAD28C. Grayscale: #323232. Windows color (decimal): -14340749 or 7548197. OLE color: 7548197.

HSL color Cylindrical-coordinate representation of color #252D73: hue angle of 233.85º 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 #252D73 is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3745115-
CMYK0.680.6100.55
HSL233.85º51.32%29.8%-
HSV(B)233.85º67.83%45.1%-
XYZ4.83.5116.64-
YUV50.59164.35118.31-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.78%
GREEN value IS 45 (17.97% from 255) = 22.84%
BLUE value IS 115 (45.31% from 255) = 58.38%
R=18.78%
G=22.84%
B=58.38%

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
Decimal37451150.680.6100.55233.8551.3229.8
Hex252D73443D037ea331e
Octal4555163104750673526336
Binary1001011011011110011100010011110101101111110101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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