#25324D

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

Shades of Bunting #25324D

Tints of Bunting #25324D

Color information

#25324D (or 0x25324D) is unknown color: approx Bunting. HEX triplet: 25, 32 and 4D. RGB value is (37,50,77). Sum of RGB (Red+Green+Blue) = 37+50+77=164 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.56% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 77 (30.47% from 255 or 46.95% from 164); Max value from RGB is 77 - color contains mainly: blue. Hex color #25324D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25324D is #DACDB2. Grayscale: #313131. Windows color (decimal): -14339507 or 5059109. OLE color: 5059109.

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

Color convert

RGB375077-
CMYK0.520.3500.70
HSL220.5º35.09%22.35%-
HSV(B)220.5º51.95%30.2%-
XYZ3.243.217.47-
YUV49.19143.69119.3-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.56%
GREEN value IS 50 (19.92% from 255) = 30.49%
BLUE value IS 77 (30.47% from 255) = 46.95%
R=22.56%
G=30.49%
B=46.95%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3750770.520.3500.70220.535.0922.35
Hex25324D3423046dc2316
Octal4562115644301063344326
Binary1001011100101001101110100100011010001101101110010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25324D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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