#233250

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

Shades of Bunting #233250

Tints of Bunting #233250

Color information

#233250 (or 0x233250) is unknown color: approx Bunting. HEX triplet: 23, 32 and 50. RGB value is (35,50,80). Sum of RGB (Red+Green+Blue) = 35+50+80=165 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.21% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 80 (31.64% from 255 or 48.48% from 165); Max value from RGB is 80 - color contains mainly: blue. Hex color #233250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233250 is #DCCDAF. Grayscale: #303030. Windows color (decimal): -14470576 or 5255715. OLE color: 5255715.

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

Color convert

RGB355080-
CMYK0.560.3700.69
HSL220º39.13%22.55%-
HSV(B)220º56.25%31.37%-
XYZ3.283.228.04-
YUV48.94145.53118.06-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.21%
GREEN value IS 50 (19.92% from 255) = 30.30%
BLUE value IS 80 (31.64% from 255) = 48.48%
R=21.21%
G=30.30%
B=48.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3550800.560.3700.6922039.1322.55
Hex2332503825045dc2717
Octal4362120704501053344727
Binary1000111100101010000111000100101010001011101110010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233250; }

 p { color: rgb(35,50,80); }

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

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

 a { background-color: rgb(35,50,80); }

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

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

 span { border-color: rgb(35,50,80); }

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