#25324B

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

Shades of Bunting #25324B

Tints of Bunting #25324B

Color information

#25324B (or 0x25324B) is unknown color: approx Bunting. HEX triplet: 25, 32 and 4B. RGB value is (37,50,75). Sum of RGB (Red+Green+Blue) = 37+50+75=162 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.84% from 162); Green value is 50 (19.92% from 255 or 30.86% from 162); Blue value is 75 (29.69% from 255 or 46.30% from 162); Max value from RGB is 75 - color contains mainly: blue. Hex color #25324B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25324B is #DACDB4. Grayscale: #303030. Windows color (decimal): -14339509 or 4928037. OLE color: 4928037.

HSL color Cylindrical-coordinate representation of color #25324B: hue angle of 219.47º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #25324B is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB375075-
CMYK0.510.3300.71
HSL219.47º33.93%21.96%-
HSV(B)219.47º50.67%29.41%-
XYZ3.173.187.1-
YUV48.96142.69119.47-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.84%
GREEN value IS 50 (19.92% from 255) = 30.86%
BLUE value IS 75 (29.69% from 255) = 46.30%
R=22.84%
G=30.86%
B=46.30%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3750750.510.3300.71219.4733.9321.96
Hex25324B3321047db2216
Octal4562113634101073334226
Binary1001011100101001011110011100001010001111101101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25324B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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