#252B72

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

Shades of Deep Koamaru #252B72

Tints of Deep Koamaru #252B72

Color information

#252B72 (or 0x252B72) is unknown color: approx Deep Koamaru. HEX triplet: 25, 2B and 72. RGB value is (37,43,114). Sum of RGB (Red+Green+Blue) = 37+43+114=194 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.07% from 194); Green value is 43 (17.19% from 255 or 22.16% from 194); Blue value is 114 (44.92% from 255 or 58.76% from 194); Max value from RGB is 114 - color contains mainly: blue. Hex color #252B72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252B72 is #DAD48D. Grayscale: #313131. Windows color (decimal): -14341262 or 7482149. OLE color: 7482149.

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

Color convert

RGB3743114-
CMYK0.680.6200.55
HSL235.32º50.99%29.61%-
HSV(B)235.32º67.54%44.71%-
XYZ4.663.3416.32-
YUV49.3164.51119.23-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.07%
GREEN value IS 43 (17.19% from 255) = 22.16%
BLUE value IS 114 (44.92% from 255) = 58.76%
R=19.07%
G=22.16%
B=58.76%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37431140.680.6200.55235.3250.9929.61
Hex252B72443E037eb331e
Octal4553162104760673536336
Binary1001011010111110010100010011111001101111110101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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