#252863

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

Shades of Deep Koamaru #252863

Tints of Deep Koamaru #252863

Color information

#252863 (or 0x252863) is unknown color: approx Deep Koamaru. HEX triplet: 25, 28 and 63. RGB value is (37,40,99). Sum of RGB (Red+Green+Blue) = 37+40+99=176 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.02% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 99 (39.06% from 255 or 56.25% from 176); Max value from RGB is 99 - color contains mainly: blue. Hex color #252863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252863 is #DAD79C. Grayscale: #2D2D2D. Windows color (decimal): -14342045 or 6498341. OLE color: 6498341.

HSL color Cylindrical-coordinate representation of color #252863: hue angle of 237.1º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #252863 is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB374099-
CMYK0.630.6000.61
HSL237.1º45.59%26.67%-
HSV(B)237.1º62.63%38.82%-
XYZ3.772.8112.15-
YUV45.83158.01121.7-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.02%
GREEN value IS 40 (16.02% from 255) = 22.73%
BLUE value IS 99 (39.06% from 255) = 56.25%
R=21.02%
G=22.73%
B=56.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3740990.630.6000.61237.145.5926.67
Hex2528633F3C03Ded2e1b
Octal455014377740753555633
Binary100101101000110001111111111110001111011110110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252863; }

 p { color: rgb(37,40,99); }

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

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

 a { background-color: rgb(37,40,99); }

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

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

 span { border-color: rgb(37,40,99); }

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