#232E4E

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

Shades of Bunting #232E4E

Tints of Bunting #232E4E

Color information

#232E4E (or 0x232E4E) is unknown color: approx Bunting. HEX triplet: 23, 2E and 4E. RGB value is (35,46,78). Sum of RGB (Red+Green+Blue) = 35+46+78=159 (21% of max value = 765). Red value is 35 (14.06% from 255 or 22.01% from 159); Green value is 46 (18.36% from 255 or 28.93% from 159); Blue value is 78 (30.86% from 255 or 49.06% from 159); Max value from RGB is 78 - color contains mainly: blue. Hex color #232E4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232E4E is #DCD1B1. Grayscale: #2E2E2E. Windows color (decimal): -14471602 or 5123619. OLE color: 5123619.

HSL color Cylindrical-coordinate representation of color #232E4E: hue angle of 224.65º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #232E4E is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB354678-
CMYK0.550.4100.69
HSL224.65º38.05%22.16%-
HSV(B)224.65º55.13%30.59%-
XYZ3.052.867.6-
YUV46.36145.86119.9-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.01%
GREEN value IS 46 (18.36% from 255) = 28.93%
BLUE value IS 78 (30.86% from 255) = 49.06%
R=22.01%
G=28.93%
B=49.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3546780.550.4100.69224.6538.0522.16
Hex232E4E3729045e12616
Octal4356116675101053414626
Binary1000111011101001110110111101001010001011110000110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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