#25334A

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

Shades of Bunting #25334A

Tints of Bunting #25334A

Color information

#25334A (or 0x25334A) is unknown color: approx Bunting. HEX triplet: 25, 33 and 4A. RGB value is (37,51,74). Sum of RGB (Red+Green+Blue) = 37+51+74=162 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.84% from 162); Green value is 51 (20.31% from 255 or 31.48% from 162); Blue value is 74 (29.30% from 255 or 45.68% from 162); Max value from RGB is 74 - color contains mainly: blue. Hex color #25334A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25334A is #DACCB5. Grayscale: #313131. Windows color (decimal): -14339254 or 4862757. OLE color: 4862757.

HSL color Cylindrical-coordinate representation of color #25334A: hue angle of 217.3º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #25334A is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB375174-
CMYK0.500.3100.71
HSL217.3º33.33%21.76%-
HSV(B)217.3º50%29.02%-
XYZ3.183.266.94-
YUV49.44141.86119.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.84%
GREEN value IS 51 (20.31% from 255) = 31.48%
BLUE value IS 74 (29.30% from 255) = 45.68%
R=22.84%
G=31.48%
B=45.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3751740.500.3100.71217.333.3321.76
Hex25334A321F047d92116
Octal4563112623701073314126
Binary100101110011100101011001011111010001111101100110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25334A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25334A; }

 p { color: rgb(37,51,74); }

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

<style>
 a { background-color: #25334A; }

 a { background-color: rgb(37,51,74); }

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

<style>
 span { border-color: #25334A; }

 span { border-color: rgb(37,51,74); }

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