#253045

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

Shades of Bunting #253045

Tints of Bunting #253045

Color information

#253045 (or 0x253045) is unknown color: approx Bunting. HEX triplet: 25, 30 and 45. RGB value is (37,48,69). Sum of RGB (Red+Green+Blue) = 37+48+69=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 48 (19.14% from 255 or 31.17% from 154); Blue value is 69 (27.34% from 255 or 44.81% from 154); Max value from RGB is 69 - color contains mainly: blue. Hex color #253045 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253045 is #DACFBA. Grayscale: #2F2F2F. Windows color (decimal): -14340027 or 4534309. OLE color: 4534309.

HSL color Cylindrical-coordinate representation of color #253045: hue angle of 219.38º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #253045 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB374869-
CMYK0.460.3000.73
HSL219.38º30.19%20.78%-
HSV(B)219.38º46.38%27.06%-
XYZ2.892.946.04-
YUV47.1140.36120.79-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.03%
GREEN value IS 48 (19.14% from 255) = 31.17%
BLUE value IS 69 (27.34% from 255) = 44.81%
R=24.03%
G=31.17%
B=44.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3748690.460.3000.73219.3830.1920.78
Hex2530452E1E049db1e15
Octal4560105563601113333625
Binary10010111000010001011011101111001001001110110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253045; }

 p { color: rgb(37,48,69); }

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

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

 a { background-color: rgb(37,48,69); }

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

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

 span { border-color: rgb(37,48,69); }

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