#252E70

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

Shades of Deep Koamaru #252E70

Tints of Deep Koamaru #252E70

Color information

#252E70 (or 0x252E70) is unknown color: approx Deep Koamaru. HEX triplet: 25, 2E and 70. RGB value is (37,46,112). Sum of RGB (Red+Green+Blue) = 37+46+112=195 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.97% from 195); Green value is 46 (18.36% from 255 or 23.59% from 195); Blue value is 112 (44.14% from 255 or 57.44% from 195); Max value from RGB is 112 - color contains mainly: blue. Hex color #252E70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252E70 is #DAD18F. Grayscale: #323232. Windows color (decimal): -14340496 or 7351845. OLE color: 7351845.

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

Color convert

RGB3746112-
CMYK0.670.5900.56
HSL232.8º50.34%29.22%-
HSV(B)232.8º66.96%43.92%-
XYZ4.663.5215.76-
YUV50.83162.52118.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.97%
GREEN value IS 46 (18.36% from 255) = 23.59%
BLUE value IS 112 (44.14% from 255) = 57.44%
R=18.97%
G=23.59%
B=57.44%

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
Decimal37461120.670.5900.56232.850.3429.22
Hex252E70433B038e9321d
Octal4556160103730703516235
Binary1001011011101110000100001111101101110001110100111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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