#252D6B

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

Shades of Deep Koamaru #252D6B

Tints of Deep Koamaru #252D6B

Color information

#252D6B (or 0x252D6B) is unknown color: approx Deep Koamaru. HEX triplet: 25, 2D and 6B. RGB value is (37,45,107). Sum of RGB (Red+Green+Blue) = 37+45+107=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 45 (17.97% from 255 or 23.81% from 189); Blue value is 107 (42.19% from 255 or 56.61% from 189); Max value from RGB is 107 - color contains mainly: blue. Hex color #252D6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252D6B is #DAD294. Grayscale: #313131. Windows color (decimal): -14340757 or 7023909. OLE color: 7023909.

HSL color Cylindrical-coordinate representation of color #252D6B: hue angle of 233.14º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #252D6B is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3745107-
CMYK0.650.5800.58
HSL233.14º48.61%28.24%-
HSV(B)233.14º65.42%41.96%-
XYZ4.363.3314.32-
YUV49.68160.35118.96-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.58%
GREEN value IS 45 (17.97% from 255) = 23.81%
BLUE value IS 107 (42.19% from 255) = 56.61%
R=19.58%
G=23.81%
B=56.61%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37451070.650.5800.58233.1448.6128.24
Hex252D6B413A03Ae9311c
Octal4555153101720723516134
Binary1001011011011101011100000111101001110101110100111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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