#34505B

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

Shades of Casal #34505B

Tints of Casal #34505B

Color information

#34505B (or 0x34505B) is unknown color: approx Casal. HEX triplet: 34, 50 and 5B. RGB value is (52,80,91). Sum of RGB (Red+Green+Blue) = 52+80+91=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 91 - color contains mainly: blue. Hex color #34505B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34505B is #CBAFA4. Grayscale: #484848. Windows color (decimal): -13348773 or 5984308. OLE color: 5984308.

HSL color Cylindrical-coordinate representation of color #34505B: hue angle of 196.92º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #34505B is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB528091-
CMYK0.430.1200.64
HSL196.92º27.27%28.04%-
HSV(B)196.92º42.86%35.69%-
XYZ6.177.2210.97-
YUV72.88138.22113.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.32%
GREEN value IS 80 (31.64% from 255) = 35.87%
BLUE value IS 91 (35.94% from 255) = 40.81%
R=23.32%
G=35.87%
B=40.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5280910.430.1200.64196.9227.2728.04
Hex34505B2BC040c51b1c
Octal64120133531401003053334
Binary11010010100001011011101011110001000000110001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,80,91); }

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

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

 a { background-color: rgb(52,80,91); }

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

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

 span { border-color: rgb(52,80,91); }

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