#252763

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

Shades of Deep Koamaru #252763

Tints of Deep Koamaru #252763

Color information

#252763 (or 0x252763) is unknown color: approx Deep Koamaru. HEX triplet: 25, 27 and 63. RGB value is (37,39,99). Sum of RGB (Red+Green+Blue) = 37+39+99=175 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.14% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 99 (39.06% from 255 or 56.57% from 175); Max value from RGB is 99 - color contains mainly: blue. Hex color #252763 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252763 is #DAD89C. Grayscale: #2D2D2D. Windows color (decimal): -14342301 or 6498085. OLE color: 6498085.

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

Color convert

RGB373999-
CMYK0.630.6100.61
HSL238.06º45.59%26.67%-
HSV(B)238.06º62.63%38.82%-
XYZ3.742.7512.14-
YUV45.24158.34122.12-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.14%
GREEN value IS 39 (15.62% from 255) = 22.29%
BLUE value IS 99 (39.06% from 255) = 56.57%
R=21.14%
G=22.29%
B=56.57%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3739990.630.6100.61238.0645.5926.67
Hex2527633F3D03Dee2e1b
Octal454714377750753565633
Binary100101100111110001111111111110101111011110111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252763; }

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

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

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

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

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

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

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

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