Html Css Color HEX #345563 Casal

📋 copy color: '#345563'

red 52 ◦ green 85 ◦ blue 99

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

Shades of Casal #345563

Tints of Casal #345563

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.02%

 BLUE value IS 99 (39.06% from 255) = 41.95%

R = 22.03%
G = 36.02%
B = 41.95%

CMYK

 C value IS 0.47

 M value IS 0.14

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#345563 (or 0x345563) is known color: Casal. HEX triplet: 34, 55 and 63. RGB value is (52,85,99). Sum of RGB (Red+Green+Blue) = 52+85+99=236 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.03% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 99 (39.06% from 255 or 41.95% from 236); Max value from RGB is 99 - color contains mainly: blue. Hex color #345563 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345563 is #CBAA9C. Grayscale: #4C4C4C. Windows color (decimal): -13347485 or 6509876. OLE color: 6509876.

HSL color Cylindrical-coordinate representation of color #345563: hue angle of 197.87º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #345563 is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 52 85 99 -
CMYK 0.47 0.14 0 0.61
HSL 197.87º 0.31% 0.3% -
HSV(B) 197.87º 0.47% 0.39% -
XYZ 6.92 8.13 13.01 -
YUV 76.73 140.57 110.36 -
System Red Green Blue C M Y K H S L
Decimal 52 85 99 0.47 0.14 0 0.61 197.87 0.31 0.3
Hex 34 55 63 2F E 0 3D C6 1F 1E
Octal 64 125 143 57 16 0 75 306 37 36
Binary 110100 1010101 1100011 101111 1110 0 111101 11000110 11111 11110

Color Harmonies of #345563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345563

Black with #345563

Text Example


Text Example

White with #345563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345563; }

 p { color: rgb(52,85,99); }

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

background-color css

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

 a { background-color: rgb(52,85,99); }

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

border-color css

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

 span { border-color: rgb(52,85,99); }

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