Html Css Color HEX #34505B Casal

📋 copy color: '#34505B'

red 52 ◦ green 80 ◦ blue 91

#34505B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Casal #34505B

Tints of Casal #34505B

RGB

 RED value IS 52 (20.7% 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 value IS 0.43

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#34505B (or 0x34505B) is known color: 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

RGB 52 80 91 -
CMYK 0.43 0.12 0 0.64
HSL 196.92º 0.27% 0.28% -
HSV(B) 196.92º 0.43% 0.36% -
XYZ 6.17 7.22 10.97 -
YUV 72.88 138.22 113.11 -
System Red Green Blue C M Y K H S L
Decimal 52 80 91 0.43 0.12 0 0.64 196.92 0.27 0.28
Hex 34 50 5B 2B C 0 40 C5 1B 1C
Octal 64 120 133 53 14 0 100 305 33 34
Binary 110100 1010000 1011011 101011 1100 0 1000000 11000101 11011 11100

Color Harmonies of #34505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34505B

Black with #34505B

Text Example


Text Example

White with #34505B

Text Example


Text Example

HTML Codes & Css Web 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>