#25304D

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

Shades of Bunting #25304D

Tints of Bunting #25304D

Color information

#25304D (or 0x25304D) is unknown color: approx Bunting. HEX triplet: 25, 30 and 4D. RGB value is (37,48,77). Sum of RGB (Red+Green+Blue) = 37+48+77=162 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.84% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 77 (30.47% from 255 or 47.53% from 162); Max value from RGB is 77 - color contains mainly: blue. Hex color #25304D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25304D is #DACFB2. Grayscale: #2F2F2F. Windows color (decimal): -14340019 or 5058597. OLE color: 5058597.

HSL color Cylindrical-coordinate representation of color #25304D: hue angle of 223.5º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #25304D is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB374877-
CMYK0.520.3800.70
HSL223.5º35.09%22.35%-
HSV(B)223.5º51.95%30.2%-
XYZ3.163.047.44-
YUV48.02144.36120.14-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.84%
GREEN value IS 48 (19.14% from 255) = 29.63%
BLUE value IS 77 (30.47% from 255) = 47.53%
R=22.84%
G=29.63%
B=47.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3748770.520.3800.70223.535.0922.35
Hex25304D3426046e02316
Octal4560115644601063404326
Binary1001011100001001101110100100110010001101110000010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25304D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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