#34384B

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

Shades of Bunting #34384B

Tints of Bunting #34384B

Color information

#34384B (or 0x34384B) is unknown color: approx Bunting. HEX triplet: 34, 38 and 4B. RGB value is (52,56,75). Sum of RGB (Red+Green+Blue) = 52+56+75=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 56 (22.27% from 255 or 30.60% from 183); Blue value is 75 (29.69% from 255 or 40.98% from 183); Max value from RGB is 75 - color contains mainly: blue. Hex color #34384B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34384B is #CBC7B4. Grayscale: #383838. Windows color (decimal): -13354933 or 4929588. OLE color: 4929588.

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

Color convert

RGB525675-
CMYK0.310.2500.71
HSL229.57º18.11%24.9%-
HSV(B)229.57º30.67%29.41%-
XYZ4.14.077.23-
YUV56.97138.17124.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.42%
GREEN value IS 56 (22.27% from 255) = 30.60%
BLUE value IS 75 (29.69% from 255) = 40.98%
R=28.42%
G=30.60%
B=40.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5256750.310.2500.71229.5718.1124.9
Hex34384B1F19047e61219
Octal6470113373101073462231
Binary1101001110001001011111111100101000111111001101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34384B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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