#25306D

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

Shades of Deep Koamaru #25306D

Tints of Deep Koamaru #25306D

Color information

#25306D (or 0x25306D) is unknown color: approx Deep Koamaru. HEX triplet: 25, 30 and 6D. RGB value is (37,48,109). Sum of RGB (Red+Green+Blue) = 37+48+109=194 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.07% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 109 (42.97% from 255 or 56.19% from 194); Max value from RGB is 109 - color contains mainly: blue. Hex color #25306D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25306D is #DACF92. Grayscale: #333333. Windows color (decimal): -14339987 or 7155749. OLE color: 7155749.

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

Color convert

RGB3748109-
CMYK0.660.5600.57
HSL230.83º49.32%28.63%-
HSV(B)230.83º66.06%42.75%-
XYZ4.583.6114.92-
YUV51.66160.36117.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.07%
GREEN value IS 48 (19.14% from 255) = 24.74%
BLUE value IS 109 (42.97% from 255) = 56.19%
R=19.07%
G=24.74%
B=56.19%

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
Decimal37481090.660.5600.57230.8349.3228.63
Hex25306D4238039e7311d
Octal4560155102700713476135
Binary1001011100001101101100001011100001110011110011111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25306D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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