#25304E

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

Shades of Bunting #25304E

Tints of Bunting #25304E

Color information

#25304E (or 0x25304E) is unknown color: approx Bunting. HEX triplet: 25, 30 and 4E. RGB value is (37,48,78). Sum of RGB (Red+Green+Blue) = 37+48+78=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 78 (30.86% from 255 or 47.85% from 163); Max value from RGB is 78 - color contains mainly: blue. Hex color #25304E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25304E is #DACFB1. Grayscale: #303030. Windows color (decimal): -14340018 or 5124133. OLE color: 5124133.

HSL color Cylindrical-coordinate representation of color #25304E: hue angle of 223.9º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #25304E is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB374878-
CMYK0.530.3800.69
HSL223.9º35.65%22.55%-
HSV(B)223.9º52.56%30.59%-
XYZ3.23.067.63-
YUV48.13144.86120.06-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.70%
GREEN value IS 48 (19.14% from 255) = 29.45%
BLUE value IS 78 (30.86% from 255) = 47.85%
R=22.70%
G=29.45%
B=47.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3748780.530.3800.69223.935.6522.55
Hex25304E3526045e02417
Octal4560116654601053404427
Binary1001011100001001110110101100110010001011110000010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25304E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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