#232E4D

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

Shades of Bunting #232E4D

Tints of Bunting #232E4D

Color information

#232E4D (or 0x232E4D) is unknown color: approx Bunting. HEX triplet: 23, 2E and 4D. RGB value is (35,46,77). Sum of RGB (Red+Green+Blue) = 35+46+77=158 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.15% from 158); Green value is 46 (18.36% from 255 or 29.11% from 158); Blue value is 77 (30.47% from 255 or 48.73% from 158); Max value from RGB is 77 - color contains mainly: blue. Hex color #232E4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232E4D is #DCD1B2. Grayscale: #2E2E2E. Windows color (decimal): -14471603 or 5058083. OLE color: 5058083.

HSL color Cylindrical-coordinate representation of color #232E4D: hue angle of 224.29º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #232E4D is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB354677-
CMYK0.550.4000.70
HSL224.29º37.5%21.96%-
HSV(B)224.29º54.55%30.2%-
XYZ3.012.857.41-
YUV46.24145.36119.98-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.15%
GREEN value IS 46 (18.36% from 255) = 29.11%
BLUE value IS 77 (30.47% from 255) = 48.73%
R=22.15%
G=29.11%
B=48.73%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3546770.550.4000.70224.2937.521.96
Hex232E4D3728046e02516
Octal4356115675001063404526
Binary1000111011101001101110111101000010001101110000010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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