Html Css Color HEX #345057 Casal

📋 copy color: '#345057'

red 52 ◦ green 80 ◦ blue 87

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

Shades of Casal #345057

Tints of Casal #345057

RGB

 RED value IS 52 (20.7% from 255) = 23.74%

 GREEN value IS 80 (31.64% from 255) = 36.53%

 BLUE value IS 87 (34.38% from 255) = 39.73%

R = 23.74%
G = 36.53%
B = 39.73%

CMYK

 C value IS 0.40

 M value IS 0.08

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#345057 (or 0x345057) is known color: Casal. HEX triplet: 34, 50 and 57. RGB value is (52,80,87). Sum of RGB (Red+Green+Blue) = 52+80+87=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 87 (34.38% from 255 or 39.73% from 219); Max value from RGB is 87 - color contains mainly: blue. Hex color #345057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345057 is #CBAFA8. Grayscale: #484848. Windows color (decimal): -13348777 or 5722164. OLE color: 5722164.

HSL color Cylindrical-coordinate representation of color #345057: hue angle of 192º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #345057 is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 52 80 87 -
CMYK 0.40 0.08 0 0.66
HSL 192º 0.25% 0.27% -
HSV(B) 192º 0.4% 0.34% -
XYZ 6.01 7.16 10.08 -
YUV 72.43 136.22 113.43 -
System Red Green Blue C M Y K H S L
Decimal 52 80 87 0.40 0.08 0 0.66 192 0.25 0.27
Hex 34 50 57 28 8 0 42 C0 19 1B
Octal 64 120 127 50 10 0 102 300 31 33
Binary 110100 1010000 1010111 101000 1000 0 1000010 11000000 11001 11011

Color Harmonies of #345057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345057

Black with #345057

Text Example


Text Example

White with #345057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345057; }

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

 H1.HeaderClassName
 {
   color: #345057;
 }
 .AnyTagClassName
 {
   color: #345057;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #345057;
 }
 .BgClassName
 {
   background-color: #345057;
 }
</style>

border-color css

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

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

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