#252D63

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

Shades of Deep Koamaru #252D63

Tints of Deep Koamaru #252D63

Color information

#252D63 (or 0x252D63) is unknown color: approx Deep Koamaru. HEX triplet: 25, 2D and 63. RGB value is (37,45,99). Sum of RGB (Red+Green+Blue) = 37+45+99=181 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.44% from 181); Green value is 45 (17.97% from 255 or 24.86% from 181); Blue value is 99 (39.06% from 255 or 54.70% from 181); Max value from RGB is 99 - color contains mainly: blue. Hex color #252D63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252D63 is #DAD29C. Grayscale: #303030. Windows color (decimal): -14340765 or 6499621. OLE color: 6499621.

HSL color Cylindrical-coordinate representation of color #252D63: hue angle of 232.26º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #252D63 is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB374599-
CMYK0.630.5500.61
HSL232.26º45.59%26.67%-
HSV(B)232.26º62.63%38.82%-
XYZ3.953.1712.21-
YUV48.76156.35119.61-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.44%
GREEN value IS 45 (17.97% from 255) = 24.86%
BLUE value IS 99 (39.06% from 255) = 54.70%
R=20.44%
G=24.86%
B=54.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3745990.630.5500.61232.2645.5926.67
Hex252D633F3703De82e1b
Octal455514377670753505633
Binary100101101101110001111111111011101111011110100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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