#25344D

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

Shades of Bunting #25344D

Tints of Bunting #25344D

Color information

#25344D (or 0x25344D) is unknown color: approx Bunting. HEX triplet: 25, 34 and 4D. RGB value is (37,52,77). Sum of RGB (Red+Green+Blue) = 37+52+77=166 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.29% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 77 (30.47% from 255 or 46.39% from 166); Max value from RGB is 77 - color contains mainly: blue. Hex color #25344D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25344D is #DACBB2. Grayscale: #323232. Windows color (decimal): -14338995 or 5059621. OLE color: 5059621.

HSL color Cylindrical-coordinate representation of color #25344D: hue angle of 217.5º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #25344D is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB375277-
CMYK0.520.3200.70
HSL217.5º35.09%22.35%-
HSV(B)217.5º51.95%30.2%-
XYZ3.333.397.5-
YUV50.36143.03118.47-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.29%
GREEN value IS 52 (20.70% from 255) = 31.33%
BLUE value IS 77 (30.47% from 255) = 46.39%
R=22.29%
G=31.33%
B=46.39%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3752770.520.3200.70217.535.0922.35
Hex25344D3420046da2316
Octal4564115644001063324326
Binary1001011101001001101110100100000010001101101101010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25344D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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