#232E4A

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

Shades of Bunting #232E4A

Tints of Bunting #232E4A

Color information

#232E4A (or 0x232E4A) is unknown color: approx Bunting. HEX triplet: 23, 2E and 4A. RGB value is (35,46,74). Sum of RGB (Red+Green+Blue) = 35+46+74=155 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.58% from 155); Green value is 46 (18.36% from 255 or 29.68% from 155); Blue value is 74 (29.30% from 255 or 47.74% from 155); Max value from RGB is 74 - color contains mainly: blue. Hex color #232E4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232E4A is #DCD1B5. Grayscale: #2D2D2D. Windows color (decimal): -14471606 or 4861475. OLE color: 4861475.

HSL color Cylindrical-coordinate representation of color #232E4A: hue angle of 223.08º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #232E4A is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB354674-
CMYK0.530.3800.71
HSL223.08º35.78%21.37%-
HSV(B)223.08º52.7%29.02%-
XYZ2.912.816.87-
YUV45.9143.86120.22-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.58%
GREEN value IS 46 (18.36% from 255) = 29.68%
BLUE value IS 74 (29.30% from 255) = 47.74%
R=22.58%
G=29.68%
B=47.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3546740.530.3800.71223.0835.7821.37
Hex232E4A3526047df2415
Octal4356112654601073374425
Binary1000111011101001010110101100110010001111101111110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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