#253047

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

Shades of Bunting #253047

Tints of Bunting #253047

Color information

#253047 (or 0x253047) is unknown color: approx Bunting. HEX triplet: 25, 30 and 47. RGB value is (37,48,71). Sum of RGB (Red+Green+Blue) = 37+48+71=156 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.72% from 156); Green value is 48 (19.14% from 255 or 30.77% from 156); Blue value is 71 (28.12% from 255 or 45.51% from 156); Max value from RGB is 71 - color contains mainly: blue. Hex color #253047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253047 is #DACFB8. Grayscale: #2F2F2F. Windows color (decimal): -14340025 or 4665381. OLE color: 4665381.

HSL color Cylindrical-coordinate representation of color #253047: hue angle of 220.59º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #253047 is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB374871-
CMYK0.480.3200.72
HSL220.59º31.48%21.18%-
HSV(B)220.59º47.89%27.84%-
XYZ2.962.966.38-
YUV47.33141.36120.63-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.72%
GREEN value IS 48 (19.14% from 255) = 30.77%
BLUE value IS 71 (28.12% from 255) = 45.51%
R=23.72%
G=30.77%
B=45.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3748710.480.3200.72220.5931.4821.18
Hex2530473020048dd1f15
Octal4560107604001103353725
Binary100101110000100011111000010000001001000110111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253047; }

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

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

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

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

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

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

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

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