#23334C

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

Shades of Bunting #23334C

Tints of Bunting #23334C

Color information

#23334C (or 0x23334C) is unknown color: approx Bunting. HEX triplet: 23, 33 and 4C. RGB value is (35,51,76). Sum of RGB (Red+Green+Blue) = 35+51+76=162 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.60% from 162); Green value is 51 (20.31% from 255 or 31.48% from 162); Blue value is 76 (30.08% from 255 or 46.91% from 162); Max value from RGB is 76 - color contains mainly: blue. Hex color #23334C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23334C is #DCCCB3. Grayscale: #303030. Windows color (decimal): -14470324 or 4993827. OLE color: 4993827.

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

Color convert

RGB355176-
CMYK0.540.3300.70
HSL216.59º36.94%21.76%-
HSV(B)216.59º53.95%29.8%-
XYZ3.183.257.3-
YUV49.07143.2117.97-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.60%
GREEN value IS 51 (20.31% from 255) = 31.48%
BLUE value IS 76 (30.08% from 255) = 46.91%
R=21.60%
G=31.48%
B=46.91%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3551760.540.3300.70216.5936.9421.76
Hex23334C3621046d92516
Octal4363114664101063314526
Binary1000111100111001100110110100001010001101101100110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23334C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23334C; }

 p { color: rgb(35,51,76); }

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

<style>
 a { background-color: #23334C; }

 a { background-color: rgb(35,51,76); }

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

<style>
 span { border-color: #23334C; }

 span { border-color: rgb(35,51,76); }

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