#25296C

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

Shades of Deep Koamaru #25296C

Tints of Deep Koamaru #25296C

Color information

#25296C (or 0x25296C) is unknown color: approx Deep Koamaru. HEX triplet: 25, 29 and 6C. RGB value is (37,41,108). Sum of RGB (Red+Green+Blue) = 37+41+108=186 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.89% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 108 (42.58% from 255 or 58.06% from 186); Max value from RGB is 108 - color contains mainly: blue. Hex color #25296C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25296C is #DAD693. Grayscale: #2F2F2F. Windows color (decimal): -14341780 or 7088421. OLE color: 7088421.

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

Color convert

RGB3741108-
CMYK0.660.6200.58
HSL236.62º48.97%28.43%-
HSV(B)236.62º65.74%42.35%-
XYZ4.263.0614.55-
YUV47.44162.17120.55-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.89%
GREEN value IS 41 (16.41% from 255) = 22.04%
BLUE value IS 108 (42.58% from 255) = 58.06%
R=19.89%
G=22.04%
B=58.06%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37411080.660.6200.58236.6248.9728.43
Hex25296C423E03Aed311c
Octal4551154102760723556134
Binary1001011010011101100100001011111001110101110110111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25296C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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