#252A6C

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

Shades of Deep Koamaru #252A6C

Tints of Deep Koamaru #252A6C

Color information

#252A6C (or 0x252A6C) is unknown color: approx Deep Koamaru. HEX triplet: 25, 2A and 6C. RGB value is (37,42,108). Sum of RGB (Red+Green+Blue) = 37+42+108=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 42 (16.80% from 255 or 22.46% from 187); Blue value is 108 (42.58% from 255 or 57.75% from 187); Max value from RGB is 108 - color contains mainly: blue. Hex color #252A6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252A6C is #DAD593. Grayscale: #2F2F2F. Windows color (decimal): -14341524 or 7088677. OLE color: 7088677.

HSL color Cylindrical-coordinate representation of color #252A6C: hue angle of 235.77º 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 #252A6C is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3742108-
CMYK0.660.6100.58
HSL235.77º48.97%28.43%-
HSV(B)235.77º65.74%42.35%-
XYZ4.33.1314.57-
YUV48.03161.84120.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.79%
GREEN value IS 42 (16.80% from 255) = 22.46%
BLUE value IS 108 (42.58% from 255) = 57.75%
R=19.79%
G=22.46%
B=57.75%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37421080.660.6100.58235.7748.9728.43
Hex252A6C423D03Aec311c
Octal4552154102750723546134
Binary1001011010101101100100001011110101110101110110011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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