#252B71

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

Shades of Deep Koamaru #252B71

Tints of Deep Koamaru #252B71

Color information

#252B71 (or 0x252B71) is unknown color: approx Deep Koamaru. HEX triplet: 25, 2B and 71. RGB value is (37,43,113). Sum of RGB (Red+Green+Blue) = 37+43+113=193 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.17% from 193); Green value is 43 (17.19% from 255 or 22.28% from 193); Blue value is 113 (44.53% from 255 or 58.55% from 193); Max value from RGB is 113 - color contains mainly: blue. Hex color #252B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252B71 is #DAD48E. Grayscale: #303030. Windows color (decimal): -14341263 or 7416613. OLE color: 7416613.

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

Color convert

RGB3743113-
CMYK0.670.6200.56
HSL235.26º50.67%29.41%-
HSV(B)235.26º67.26%44.31%-
XYZ4.613.3116.02-
YUV49.19164.01119.31-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.17%
GREEN value IS 43 (17.19% from 255) = 22.28%
BLUE value IS 113 (44.53% from 255) = 58.55%
R=19.17%
G=22.28%
B=58.55%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37431130.670.6200.56235.2650.6729.41
Hex252B71433E038eb331d
Octal4553161103760703536335
Binary1001011010111110001100001111111001110001110101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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