#252D6C

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

Shades of Deep Koamaru #252D6C

Tints of Deep Koamaru #252D6C

Color information

#252D6C (or 0x252D6C) is unknown color: approx Deep Koamaru. HEX triplet: 25, 2D and 6C. RGB value is (37,45,108). Sum of RGB (Red+Green+Blue) = 37+45+108=190 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.47% from 190); Green value is 45 (17.97% from 255 or 23.68% from 190); Blue value is 108 (42.58% from 255 or 56.84% from 190); Max value from RGB is 108 - color contains mainly: blue. Hex color #252D6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252D6C is #DAD293. Grayscale: #313131. Windows color (decimal): -14340756 or 7089445. OLE color: 7089445.

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

Color convert

RGB3745108-
CMYK0.660.5800.58
HSL233.24º48.97%28.43%-
HSV(B)233.24º65.74%42.35%-
XYZ4.413.3514.6-
YUV49.79160.85118.88-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.47%
GREEN value IS 45 (17.97% from 255) = 23.68%
BLUE value IS 108 (42.58% from 255) = 56.84%
R=19.47%
G=23.68%
B=56.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37451080.660.5800.58233.2448.9728.43
Hex252D6C423A03Ae9311c
Octal4555154102720723516134
Binary1001011011011101100100001011101001110101110100111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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