#25306E

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

Shades of Deep Koamaru #25306E

Tints of Deep Koamaru #25306E

Color information

#25306E (or 0x25306E) is unknown color: approx Deep Koamaru. HEX triplet: 25, 30 and 6E. RGB value is (37,48,110). Sum of RGB (Red+Green+Blue) = 37+48+110=195 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.97% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 110 (43.36% from 255 or 56.41% from 195); Max value from RGB is 110 - color contains mainly: blue. Hex color #25306E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25306E is #DACF91. Grayscale: #333333. Windows color (decimal): -14339986 or 7221285. OLE color: 7221285.

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

Color convert

RGB3748110-
CMYK0.660.5600.57
HSL230.96º49.66%28.82%-
HSV(B)230.96º66.36%43.14%-
XYZ4.633.6315.21-
YUV51.78160.86117.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.97%
GREEN value IS 48 (19.14% from 255) = 24.62%
BLUE value IS 110 (43.36% from 255) = 56.41%
R=18.97%
G=24.62%
B=56.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal37481100.660.5600.57230.9649.6628.82
Hex25306E4238039e7321d
Octal4560156102700713476235
Binary1001011100001101110100001011100001110011110011111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25306E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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