#253247

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

Shades of Bunting #253247

Tints of Bunting #253247

Color information

#253247 (or 0x253247) is unknown color: approx Bunting. HEX triplet: 25, 32 and 47. RGB value is (37,50,71). Sum of RGB (Red+Green+Blue) = 37+50+71=158 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.42% from 158); Green value is 50 (19.92% from 255 or 31.65% from 158); Blue value is 71 (28.12% from 255 or 44.94% from 158); Max value from RGB is 71 - color contains mainly: blue. Hex color #253247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253247 is #DACDB8. Grayscale: #303030. Windows color (decimal): -14339513 or 4665893. OLE color: 4665893.

HSL color Cylindrical-coordinate representation of color #253247: hue angle of 217.06º 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 #253247 is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB375071-
CMYK0.480.3000.72
HSL217.06º31.48%21.18%-
HSV(B)217.06º47.89%27.84%-
XYZ3.043.136.41-
YUV48.51140.69119.79-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.42%
GREEN value IS 50 (19.92% from 255) = 31.65%
BLUE value IS 71 (28.12% from 255) = 44.94%
R=23.42%
G=31.65%
B=44.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3750710.480.3000.72217.0631.4821.18
Hex253247301E048d91f15
Octal4562107603601103313725
Binary10010111001010001111100001111001001000110110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253247; }

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

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

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

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

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

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

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

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