#25304C

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

Shades of Bunting #25304C

Tints of Bunting #25304C

Color information

#25304C (or 0x25304C) is unknown color: approx Bunting. HEX triplet: 25, 30 and 4C. RGB value is (37,48,76). Sum of RGB (Red+Green+Blue) = 37+48+76=161 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.98% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 76 (30.08% from 255 or 47.20% from 161); Max value from RGB is 76 - color contains mainly: blue. Hex color #25304C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25304C is #DACFB3. Grayscale: #2F2F2F. Windows color (decimal): -14340020 or 4993061. OLE color: 4993061.

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

Color convert

RGB374876-
CMYK0.510.3700.70
HSL223.08º34.51%22.16%-
HSV(B)223.08º51.32%29.8%-
XYZ3.123.037.26-
YUV47.9143.86120.22-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.98%
GREEN value IS 48 (19.14% from 255) = 29.81%
BLUE value IS 76 (30.08% from 255) = 47.20%
R=22.98%
G=29.81%
B=47.20%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3748760.510.3700.70223.0834.5122.16
Hex25304C3325046df2316
Octal4560114634501063374326
Binary1001011100001001100110011100101010001101101111110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25304C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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