#34505A

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

Shades of Casal #34505A

Tints of Casal #34505A

Color information

#34505A (or 0x34505A) is unknown color: approx Casal. HEX triplet: 34, 50 and 5A. RGB value is (52,80,90). Sum of RGB (Red+Green+Blue) = 52+80+90=222 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.42% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 90 (35.55% from 255 or 40.54% from 222); Max value from RGB is 90 - color contains mainly: blue. Hex color #34505A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34505A is #CBAFA5. Grayscale: #484848. Windows color (decimal): -13348774 or 5918772. OLE color: 5918772.

HSL color Cylindrical-coordinate representation of color #34505A: hue angle of 195.79º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #34505A is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB528090-
CMYK0.420.1100.65
HSL195.79º26.76%27.84%-
HSV(B)195.79º42.22%35.29%-
XYZ6.137.2110.74-
YUV72.77137.72113.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.42%
GREEN value IS 80 (31.64% from 255) = 36.04%
BLUE value IS 90 (35.55% from 255) = 40.54%
R=23.42%
G=36.04%
B=40.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5280900.420.1100.65195.7926.7627.84
Hex34505A2AB041c41b1c
Octal64120132521301013043334
Binary11010010100001011010101010101101000001110001001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34505A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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