#252C6E

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

Shades of Deep Koamaru #252C6E

Tints of Deep Koamaru #252C6E

Color information

#252C6E (or 0x252C6E) is unknown color: approx Deep Koamaru. HEX triplet: 25, 2C and 6E. RGB value is (37,44,110). Sum of RGB (Red+Green+Blue) = 37+44+110=191 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.37% from 191); Green value is 44 (17.58% from 255 or 23.04% from 191); Blue value is 110 (43.36% from 255 or 57.59% from 191); Max value from RGB is 110 - color contains mainly: blue. Hex color #252C6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252C6E is #DAD391. Grayscale: #313131. Windows color (decimal): -14341010 or 7220261. OLE color: 7220261.

HSL color Cylindrical-coordinate representation of color #252C6E: hue angle of 234.25º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #252C6E is Cyan = 0.66, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3744110-
CMYK0.660.600.57
HSL234.25º49.66%28.82%-
HSV(B)234.25º66.36%43.14%-
XYZ4.483.3215.16-
YUV49.43162.18119.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.37%
GREEN value IS 44 (17.58% from 255) = 23.04%
BLUE value IS 110 (43.36% from 255) = 57.59%
R=19.37%
G=23.04%
B=57.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal37441100.660.600.57234.2549.6628.82
Hex252C6E423C039ea321d
Octal4554156102740713526235
Binary1001011011001101110100001011110001110011110101011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,44,110); }

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

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

 a { background-color: rgb(37,44,110); }

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

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

 span { border-color: rgb(37,44,110); }

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