#25354E

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

Shades of Bunting #25354E

Tints of Bunting #25354E

Color information

#25354E (or 0x25354E) is unknown color: approx Bunting. HEX triplet: 25, 35 and 4E. RGB value is (37,53,78). Sum of RGB (Red+Green+Blue) = 37+53+78=168 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.02% from 168); Green value is 53 (21.09% from 255 or 31.55% from 168); Blue value is 78 (30.86% from 255 or 46.43% from 168); Max value from RGB is 78 - color contains mainly: blue. Hex color #25354E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25354E is #DACAB1. Grayscale: #323232. Windows color (decimal): -14338738 or 5125413. OLE color: 5125413.

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

Color convert

RGB375378-
CMYK0.530.3200.69
HSL216.59º35.65%22.55%-
HSV(B)216.59º52.56%30.59%-
XYZ3.413.497.7-
YUV51.07143.2117.97-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.02%
GREEN value IS 53 (21.09% from 255) = 31.55%
BLUE value IS 78 (30.86% from 255) = 46.43%
R=22.02%
G=31.55%
B=46.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3753780.530.3200.69216.5935.6522.55
Hex25354E3520045d92417
Octal4565116654001053314427
Binary1001011101011001110110101100000010001011101100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25354E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25354E; }

 p { color: rgb(37,53,78); }

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

<style>
 a { background-color: #25354E; }

 a { background-color: rgb(37,53,78); }

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

<style>
 span { border-color: #25354E; }

 span { border-color: rgb(37,53,78); }

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