#232E50

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

Shades of Bunting #232E50

Tints of Bunting #232E50

Color information

#232E50 (or 0x232E50) is unknown color: approx Bunting. HEX triplet: 23, 2E and 50. RGB value is (35,46,80). Sum of RGB (Red+Green+Blue) = 35+46+80=161 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.74% from 161); Green value is 46 (18.36% from 255 or 28.57% from 161); Blue value is 80 (31.64% from 255 or 49.69% from 161); Max value from RGB is 80 - color contains mainly: blue. Hex color #232E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232E50 is #DCD1AF. Grayscale: #2E2E2E. Windows color (decimal): -14471600 or 5254691. OLE color: 5254691.

HSL color Cylindrical-coordinate representation of color #232E50: hue angle of 225.33º 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 #232E50 is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB354680-
CMYK0.560.4200.69
HSL225.33º39.13%22.55%-
HSV(B)225.33º56.25%31.37%-
XYZ3.122.897.98-
YUV46.59146.86119.74-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.74%
GREEN value IS 46 (18.36% from 255) = 28.57%
BLUE value IS 80 (31.64% from 255) = 49.69%
R=21.74%
G=28.57%
B=49.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3546800.560.4200.69225.3339.1322.55
Hex232E50382A045e12717
Octal4356120705201053414727
Binary1000111011101010000111000101010010001011110000110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232E50; }

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

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

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

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

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

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

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

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