#23344B

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

Shades of Bunting #23344B

Tints of Bunting #23344B

Color information

#23344B (or 0x23344B) is unknown color: approx Bunting. HEX triplet: 23, 34 and 4B. RGB value is (35,52,75). Sum of RGB (Red+Green+Blue) = 35+52+75=162 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.60% from 162); Green value is 52 (20.70% from 255 or 32.10% from 162); Blue value is 75 (29.69% from 255 or 46.30% from 162); Max value from RGB is 75 - color contains mainly: blue. Hex color #23344B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23344B is #DCCBB4. Grayscale: #313131. Windows color (decimal): -14470069 or 4928547. OLE color: 4928547.

HSL color Cylindrical-coordinate representation of color #23344B: hue angle of 214.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #23344B is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB355275-
CMYK0.530.3100.71
HSL214.5º36.36%21.57%-
HSV(B)214.5º53.33%29.41%-
XYZ3.193.327.13-
YUV49.54142.37117.63-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.60%
GREEN value IS 52 (20.70% from 255) = 32.10%
BLUE value IS 75 (29.69% from 255) = 46.30%
R=21.60%
G=32.10%
B=46.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3552750.530.3100.71214.536.3621.57
Hex23344B351F047d62416
Octal4364113653701073264426
Binary100011110100100101111010111111010001111101011010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23344B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23344B; }

 p { color: rgb(35,52,75); }

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

<style>
 a { background-color: #23344B; }

 a { background-color: rgb(35,52,75); }

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

<style>
 span { border-color: #23344B; }

 span { border-color: rgb(35,52,75); }

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