#25296E

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

Shades of Deep Koamaru #25296E

Tints of Deep Koamaru #25296E

Color information

#25296E (or 0x25296E) is unknown color: approx Deep Koamaru. HEX triplet: 25, 29 and 6E. RGB value is (37,41,110). Sum of RGB (Red+Green+Blue) = 37+41+110=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 110 (43.36% from 255 or 58.51% from 188); Max value from RGB is 110 - color contains mainly: blue. Hex color #25296E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25296E is #DAD691. Grayscale: #2F2F2F. Windows color (decimal): -14341778 or 7219493. OLE color: 7219493.

HSL color Cylindrical-coordinate representation of color #25296E: hue angle of 236.71º degrees, saturation: 0.5, 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 #25296E is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3741110-
CMYK0.660.6300.57
HSL236.71º49.66%28.82%-
HSV(B)236.71º66.36%43.14%-
XYZ4.373.115.12-
YUV47.67163.17120.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.68%
GREEN value IS 41 (16.41% from 255) = 21.81%
BLUE value IS 110 (43.36% from 255) = 58.51%
R=19.68%
G=21.81%
B=58.51%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal37411100.660.6300.57236.7149.6628.82
Hex25296E423F039ed321d
Octal4551156102770713556235
Binary1001011010011101110100001011111101110011110110111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25296E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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