#252E71

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

Shades of Deep Koamaru #252E71

Tints of Deep Koamaru #252E71

Color information

#252E71 (or 0x252E71) is unknown color: approx Deep Koamaru. HEX triplet: 25, 2E and 71. RGB value is (37,46,113). Sum of RGB (Red+Green+Blue) = 37+46+113=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 113 (44.53% from 255 or 57.65% from 196); Max value from RGB is 113 - color contains mainly: blue. Hex color #252E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252E71 is #DAD18E. Grayscale: #323232. Windows color (decimal): -14340495 or 7417381. OLE color: 7417381.

HSL color Cylindrical-coordinate representation of color #252E71: hue angle of 232.89º 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 #252E71 is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3746113-
CMYK0.670.5900.56
HSL232.89º50.67%29.41%-
HSV(B)232.89º67.26%44.31%-
XYZ4.723.5416.06-
YUV50.95163.02118.05-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.88%
GREEN value IS 46 (18.36% from 255) = 23.47%
BLUE value IS 113 (44.53% from 255) = 57.65%
R=18.88%
G=23.47%
B=57.65%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37461130.670.5900.56232.8950.6729.41
Hex252E71433B038e9331d
Octal4556161103730703516335
Binary1001011011101110001100001111101101110001110100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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