#253152

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

Shades of Bunting #253152

Tints of Bunting #253152

Color information

#253152 (or 0x253152) is unknown color: approx Bunting. HEX triplet: 25, 31 and 52. RGB value is (37,49,82). Sum of RGB (Red+Green+Blue) = 37+49+82=168 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.02% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 82 (32.42% from 255 or 48.81% from 168); Max value from RGB is 82 - color contains mainly: blue. Hex color #253152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253152 is #DACEAD. Grayscale: #313131. Windows color (decimal): -14339758 or 5386533. OLE color: 5386533.

HSL color Cylindrical-coordinate representation of color #253152: hue angle of 224º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #253152 is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB374982-
CMYK0.550.4000.68
HSL224º37.82%23.33%-
HSV(B)224º54.88%32.16%-
XYZ3.383.28.42-
YUV49.17146.52119.32-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.02%
GREEN value IS 49 (19.53% from 255) = 29.17%
BLUE value IS 82 (32.42% from 255) = 48.81%
R=22.02%
G=29.17%
B=48.81%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3749820.550.4000.6822437.8223.33
Hex2531523728044e02617
Octal4561122675001043404627
Binary1001011100011010010110111101000010001001110000010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253152; }

 p { color: rgb(37,49,82); }

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

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

 a { background-color: rgb(37,49,82); }

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

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

 span { border-color: rgb(37,49,82); }

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