#25324C

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

Shades of Bunting #25324C

Tints of Bunting #25324C

Color information

#25324C (or 0x25324C) is unknown color: approx Bunting. HEX triplet: 25, 32 and 4C. RGB value is (37,50,76). Sum of RGB (Red+Green+Blue) = 37+50+76=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 76 (30.08% from 255 or 46.63% from 163); Max value from RGB is 76 - color contains mainly: blue. Hex color #25324C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25324C is #DACDB3. Grayscale: #303030. Windows color (decimal): -14339508 or 4993573. OLE color: 4993573.

HSL color Cylindrical-coordinate representation of color #25324C: hue angle of 220º 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 #25324C is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB375076-
CMYK0.510.3400.70
HSL220º34.51%22.16%-
HSV(B)220º51.32%29.8%-
XYZ3.213.27.29-
YUV49.08143.19119.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.70%
GREEN value IS 50 (19.92% from 255) = 30.67%
BLUE value IS 76 (30.08% from 255) = 46.63%
R=22.70%
G=30.67%
B=46.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3750760.510.3400.7022034.5122.16
Hex25324C3322046dc2316
Octal4562114634201063344326
Binary1001011100101001100110011100010010001101101110010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25324C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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