#25296D

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

Shades of Deep Koamaru #25296D

Tints of Deep Koamaru #25296D

Color information

#25296D (or 0x25296D) is unknown color: approx Deep Koamaru. HEX triplet: 25, 29 and 6D. RGB value is (37,41,109). Sum of RGB (Red+Green+Blue) = 37+41+109=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 109 (42.97% from 255 or 58.29% from 187); Max value from RGB is 109 - color contains mainly: blue. Hex color #25296D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25296D is #DAD692. Grayscale: #2F2F2F. Windows color (decimal): -14341779 or 7153957. OLE color: 7153957.

HSL color Cylindrical-coordinate representation of color #25296D: hue angle of 236.67º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #25296D is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3741109-
CMYK0.660.6200.57
HSL236.67º49.32%28.63%-
HSV(B)236.67º66.06%42.75%-
XYZ4.323.0814.84-
YUV47.56162.67120.47-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.79%
GREEN value IS 41 (16.41% from 255) = 21.93%
BLUE value IS 109 (42.97% from 255) = 58.29%
R=19.79%
G=21.93%
B=58.29%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal37411090.660.6200.57236.6749.3228.63
Hex25296D423E039ed311d
Octal4551155102760713556135
Binary1001011010011101101100001011111001110011110110111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25296D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25296D; }

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

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

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

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

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

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

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

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