#252865

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

Shades of Deep Koamaru #252865

Tints of Deep Koamaru #252865

Color information

#252865 (or 0x252865) is unknown color: approx Deep Koamaru. HEX triplet: 25, 28 and 65. RGB value is (37,40,101). Sum of RGB (Red+Green+Blue) = 37+40+101=178 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.79% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 101 (39.84% from 255 or 56.74% from 178); Max value from RGB is 101 - color contains mainly: blue. Hex color #252865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252865 is #DAD79A. Grayscale: #2D2D2D. Windows color (decimal): -14342043 or 6629413. OLE color: 6629413.

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

Color convert

RGB3740101-
CMYK0.630.6000.60
HSL237.19º46.38%27.06%-
HSV(B)237.19º63.37%39.61%-
XYZ3.872.8512.66-
YUV46.06159.01121.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.79%
GREEN value IS 40 (16.02% from 255) = 22.47%
BLUE value IS 101 (39.84% from 255) = 56.74%
R=20.79%
G=22.47%
B=56.74%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal37401010.630.6000.60237.1946.3827.06
Hex2528653F3C03Ced2e1b
Octal455014577740743555633
Binary100101101000110010111111111110001111001110110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252865; }

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

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

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

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

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

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

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

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