#25324F

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

Shades of Bunting #25324F

Tints of Bunting #25324F

Color information

#25324F (or 0x25324F) is unknown color: approx Bunting. HEX triplet: 25, 32 and 4F. RGB value is (37,50,79). Sum of RGB (Red+Green+Blue) = 37+50+79=166 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.29% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 79 (31.25% from 255 or 47.59% from 166); Max value from RGB is 79 - color contains mainly: blue. Hex color #25324F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25324F is #DACDB0. Grayscale: #313131. Windows color (decimal): -14339505 or 5190181. OLE color: 5190181.

HSL color Cylindrical-coordinate representation of color #25324F: hue angle of 221.43º 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 #25324F is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB375079-
CMYK0.530.3700.69
HSL221.43º36.21%22.75%-
HSV(B)221.43º53.16%30.98%-
XYZ3.313.247.85-
YUV49.42144.69119.14-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.29%
GREEN value IS 50 (19.92% from 255) = 30.12%
BLUE value IS 79 (31.25% from 255) = 47.59%
R=22.29%
G=30.12%
B=47.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3750790.530.3700.69221.4336.2122.75
Hex25324F3525045dd2417
Octal4562117654501053354427
Binary1001011100101001111110101100101010001011101110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25324F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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