#25344E

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

Shades of Bunting #25344E

Tints of Bunting #25344E

Color information

#25344E (or 0x25344E) is unknown color: approx Bunting. HEX triplet: 25, 34 and 4E. RGB value is (37,52,78). Sum of RGB (Red+Green+Blue) = 37+52+78=167 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.16% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 78 (30.86% from 255 or 46.71% from 167); Max value from RGB is 78 - color contains mainly: blue. Hex color #25344E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25344E is #DACBB1. Grayscale: #323232. Windows color (decimal): -14338994 or 5125157. OLE color: 5125157.

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

Color convert

RGB375278-
CMYK0.530.3300.69
HSL218.05º35.65%22.55%-
HSV(B)218.05º52.56%30.59%-
XYZ3.373.47.69-
YUV50.48143.53118.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.16%
GREEN value IS 52 (20.70% from 255) = 31.14%
BLUE value IS 78 (30.86% from 255) = 46.71%
R=22.16%
G=31.14%
B=46.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3752780.530.3300.69218.0535.6522.55
Hex25344E3521045da2417
Octal4564116654101053324427
Binary1001011101001001110110101100001010001011101101010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25344E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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