#232E4F

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

Shades of Bunting #232E4F

Tints of Bunting #232E4F

Color information

#232E4F (or 0x232E4F) is unknown color: approx Bunting. HEX triplet: 23, 2E and 4F. RGB value is (35,46,79). Sum of RGB (Red+Green+Blue) = 35+46+79=160 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.88% from 160); Green value is 46 (18.36% from 255 or 28.75% from 160); Blue value is 79 (31.25% from 255 or 49.38% from 160); Max value from RGB is 79 - color contains mainly: blue. Hex color #232E4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232E4F is #DCD1B0. Grayscale: #2E2E2E. Windows color (decimal): -14471601 or 5189155. OLE color: 5189155.

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

Color convert

RGB354679-
CMYK0.560.4200.69
HSL225º38.6%22.35%-
HSV(B)225º55.7%30.98%-
XYZ3.082.887.79-
YUV46.47146.36119.82-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.88%
GREEN value IS 46 (18.36% from 255) = 28.75%
BLUE value IS 79 (31.25% from 255) = 49.38%
R=21.88%
G=28.75%
B=49.38%

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
Decimal3546790.560.4200.6922538.622.35
Hex232E4F382A045e12716
Octal4356117705201053414726
Binary1000111011101001111111000101010010001011110000110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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