#252A66

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

Shades of Deep Koamaru #252A66

Tints of Deep Koamaru #252A66

Color information

#252A66 (or 0x252A66) is unknown color: approx Deep Koamaru. HEX triplet: 25, 2A and 66. RGB value is (37,42,102). Sum of RGB (Red+Green+Blue) = 37+42+102=181 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.44% from 181); Green value is 42 (16.80% from 255 or 23.20% from 181); Blue value is 102 (40.23% from 255 or 56.35% from 181); Max value from RGB is 102 - color contains mainly: blue. Hex color #252A66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252A66 is #DAD599. Grayscale: #2F2F2F. Windows color (decimal): -14341530 or 6695461. OLE color: 6695461.

HSL color Cylindrical-coordinate representation of color #252A66: hue angle of 235.38º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #252A66 is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3742102-
CMYK0.640.5900.6
HSL235.38º46.76%27.25%-
HSV(B)235.38º63.73%40%-
XYZ3.993.0112.94-
YUV47.34158.84120.62-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.44%
GREEN value IS 42 (16.80% from 255) = 23.20%
BLUE value IS 102 (40.23% from 255) = 56.35%
R=20.44%
G=23.20%
B=56.35%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal37421020.640.5900.6235.3846.7627.25
Hex252A66403B03Ceb2f1b
Octal4552146100730743535733
Binary1001011010101100110100000011101101111001110101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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