#252768

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

Shades of Deep Koamaru #252768

Tints of Deep Koamaru #252768

Color information

#252768 (or 0x252768) is unknown color: approx Deep Koamaru. HEX triplet: 25, 27 and 68. RGB value is (37,39,104). Sum of RGB (Red+Green+Blue) = 37+39+104=180 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.56% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 104 (41.02% from 255 or 57.78% from 180); Max value from RGB is 104 - color contains mainly: blue. Hex color #252768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252768 is #DAD897. Grayscale: #2D2D2D. Windows color (decimal): -14342296 or 6825765. OLE color: 6825765.

HSL color Cylindrical-coordinate representation of color #252768: hue angle of 238.21º 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 #252768 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3739104-
CMYK0.640.6200.59
HSL238.21º47.52%27.65%-
HSV(B)238.21º64.42%40.78%-
XYZ3.992.8413.44-
YUV45.81160.84121.71-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.56%
GREEN value IS 39 (15.62% from 255) = 21.67%
BLUE value IS 104 (41.02% from 255) = 57.78%
R=20.56%
G=21.67%
B=57.78%

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
Decimal37391040.640.6200.59238.2147.5227.65
Hex252768403E03Bee301c
Octal4547150100760733566034
Binary1001011001111101000100000011111001110111110111011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252768; }

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

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

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

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

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

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

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

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