#25306B

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

Shades of Deep Koamaru #25306B

Tints of Deep Koamaru #25306B

Color information

#25306B (or 0x25306B) is unknown color: approx Deep Koamaru. HEX triplet: 25, 30 and 6B. RGB value is (37,48,107). Sum of RGB (Red+Green+Blue) = 37+48+107=192 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.27% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 107 (42.19% from 255 or 55.73% from 192); Max value from RGB is 107 - color contains mainly: blue. Hex color #25306B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25306B is #DACF94. Grayscale: #333333. Windows color (decimal): -14339989 or 7024677. OLE color: 7024677.

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

Color convert

RGB3748107-
CMYK0.650.5500.58
HSL230.57º48.61%28.24%-
HSV(B)230.57º65.42%41.96%-
XYZ4.473.5714.36-
YUV51.44159.36117.7-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.27%
GREEN value IS 48 (19.14% from 255) = 25%
BLUE value IS 107 (42.19% from 255) = 55.73%
R=19.27%
G=25%
B=55.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37481070.650.5500.58230.5748.6128.24
Hex25306B413703Ae7311c
Octal4560153101670723476134
Binary1001011100001101011100000111011101110101110011111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25306B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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