#232C47

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

Shades of Bunting #232C47

Tints of Bunting #232C47

Color information

#232C47 (or 0x232C47) is unknown color: approx Bunting. HEX triplet: 23, 2C and 47. RGB value is (35,44,71). Sum of RGB (Red+Green+Blue) = 35+44+71=150 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.33% from 150); Green value is 44 (17.58% from 255 or 29.33% from 150); Blue value is 71 (28.12% from 255 or 47.33% from 150); Max value from RGB is 71 - color contains mainly: blue. Hex color #232C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232C47 is #DCD3B8. Grayscale: #2C2C2C. Windows color (decimal): -14472121 or 4664355. OLE color: 4664355.

HSL color Cylindrical-coordinate representation of color #232C47: hue angle of 225º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #232C47 is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB354471-
CMYK0.510.3800.72
HSL225º33.96%20.78%-
HSV(B)225º50.7%27.84%-
XYZ2.732.616.32-
YUV44.39143.02121.3-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.33%
GREEN value IS 44 (17.58% from 255) = 29.33%
BLUE value IS 71 (28.12% from 255) = 47.33%
R=23.33%
G=29.33%
B=47.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3544710.510.3800.7222533.9620.78
Hex232C473326048e12215
Octal4354107634601103414225
Binary1000111011001000111110011100110010010001110000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,44,71); }

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

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

 a { background-color: rgb(35,44,71); }

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

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

 span { border-color: rgb(35,44,71); }

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