#252D71

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

Shades of Deep Koamaru #252D71

Tints of Deep Koamaru #252D71

Color information

#252D71 (or 0x252D71) is unknown color: approx Deep Koamaru. HEX triplet: 25, 2D and 71. RGB value is (37,45,113). Sum of RGB (Red+Green+Blue) = 37+45+113=195 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.97% from 195); Green value is 45 (17.97% from 255 or 23.08% from 195); Blue value is 113 (44.53% from 255 or 57.95% from 195); Max value from RGB is 113 - color contains mainly: blue. Hex color #252D71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252D71 is #DAD28E. Grayscale: #323232. Windows color (decimal): -14340751 or 7417125. OLE color: 7417125.

HSL color Cylindrical-coordinate representation of color #252D71: hue angle of 233.68º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #252D71 is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3745113-
CMYK0.670.6000.56
HSL233.68º50.67%29.41%-
HSV(B)233.68º67.26%44.31%-
XYZ4.683.4616.04-
YUV50.36163.35118.47-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.97%
GREEN value IS 45 (17.97% from 255) = 23.08%
BLUE value IS 113 (44.53% from 255) = 57.95%
R=18.97%
G=23.08%
B=57.95%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37451130.670.6000.56233.6850.6729.41
Hex252D71433C038ea331d
Octal4555161103740703526335
Binary1001011011011110001100001111110001110001110101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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