#252969

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

Shades of Deep Koamaru #252969

Tints of Deep Koamaru #252969

Color information

#252969 (or 0x252969) is unknown color: approx Deep Koamaru. HEX triplet: 25, 29 and 69. RGB value is (37,41,105). Sum of RGB (Red+Green+Blue) = 37+41+105=183 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.22% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 105 (41.41% from 255 or 57.38% from 183); Max value from RGB is 105 - color contains mainly: blue. Hex color #252969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252969 is #DAD696. Grayscale: #2E2E2E. Windows color (decimal): -14341783 or 6891813. OLE color: 6891813.

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

Color convert

RGB3741105-
CMYK0.650.6100.59
HSL236.47º47.89%27.84%-
HSV(B)236.47º64.76%41.18%-
XYZ4.11313.73-
YUV47.1160.67120.8-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.22%
GREEN value IS 41 (16.41% from 255) = 22.40%
BLUE value IS 105 (41.41% from 255) = 57.38%
R=20.22%
G=22.40%
B=57.38%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37411050.650.6100.59236.4747.8927.84
Hex252969413D03Bec301c
Octal4551151101750733546034
Binary1001011010011101001100000111110101110111110110011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252969; }

 p { color: rgb(37,41,105); }

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

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

 a { background-color: rgb(37,41,105); }

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

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

 span { border-color: rgb(37,41,105); }

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