#252868

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

Shades of Deep Koamaru #252868

Tints of Deep Koamaru #252868

Color information

#252868 (or 0x252868) is unknown color: approx Deep Koamaru. HEX triplet: 25, 28 and 68. RGB value is (37,40,104). Sum of RGB (Red+Green+Blue) = 37+40+104=181 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.44% from 181); Green value is 40 (16.02% from 255 or 22.10% from 181); Blue value is 104 (41.02% from 255 or 57.46% from 181); Max value from RGB is 104 - color contains mainly: blue. Hex color #252868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252868 is #DAD797. Grayscale: #2E2E2E. Windows color (decimal): -14342040 or 6826021. OLE color: 6826021.

HSL color Cylindrical-coordinate representation of color #252868: hue angle of 237.31º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #252868 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3740104-
CMYK0.640.6200.59
HSL237.31º47.52%27.65%-
HSV(B)237.31º64.42%40.78%-
XYZ4.022.9113.45-
YUV46.4160.51121.3-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.44%
GREEN value IS 40 (16.02% from 255) = 22.10%
BLUE value IS 104 (41.02% from 255) = 57.46%
R=20.44%
G=22.10%
B=57.46%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37401040.640.6200.59237.3147.5227.65
Hex252868403E03Bed301c
Octal4550150100760733556034
Binary1001011010001101000100000011111001110111110110111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252868; }

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

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

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

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

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

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

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

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