#253450

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

Shades of Bunting #253450

Tints of Bunting #253450

Color information

#253450 (or 0x253450) is unknown color: approx Bunting. HEX triplet: 25, 34 and 50. RGB value is (37,52,80). Sum of RGB (Red+Green+Blue) = 37+52+80=169 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.89% from 169); Green value is 52 (20.70% from 255 or 30.77% from 169); Blue value is 80 (31.64% from 255 or 47.34% from 169); Max value from RGB is 80 - color contains mainly: blue. Hex color #253450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253450 is #DACBAF. Grayscale: #323232. Windows color (decimal): -14338992 or 5256229. OLE color: 5256229.

HSL color Cylindrical-coordinate representation of color #253450: hue angle of 219.07º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #253450 is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB375280-
CMYK0.540.3500.69
HSL219.07º36.75%22.94%-
HSV(B)219.07º53.75%31.37%-
XYZ3.443.438.07-
YUV50.71144.53118.22-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.89%
GREEN value IS 52 (20.70% from 255) = 30.77%
BLUE value IS 80 (31.64% from 255) = 47.34%
R=21.89%
G=30.77%
B=47.34%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3752800.540.3500.69219.0736.7522.94
Hex2534503623045db2517
Octal4564120664301053334527
Binary1001011101001010000110110100011010001011101101110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253450; }

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

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

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

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

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

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

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

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