Html Css Color HEX #345D63 Casal

📋 copy color: '#345D63'

red 52 ◦ green 93 ◦ blue 99

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

Shades of Casal #345D63

Tints of Casal #345D63

RGB

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

 GREEN value IS 93 (36.72% from 255) = 38.11%

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

R = 21.31%
G = 38.11%
B = 40.57%

CMYK

 C value IS 0.47

 M value IS 0.06

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#345D63 (or 0x345D63) is known color: Casal. HEX triplet: 34, 5D and 63. RGB value is (52,93,99). Sum of RGB (Red+Green+Blue) = 52+93+99=244 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.31% from 244); Green value is 93 (36.72% from 255 or 38.11% from 244); Blue value is 99 (39.06% from 255 or 40.57% from 244); Max value from RGB is 99 - color contains mainly: blue. Hex color #345D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345D63 is #CBA29C. Grayscale: #515151. Windows color (decimal): -13345437 or 6511924. OLE color: 6511924.

HSL color Cylindrical-coordinate representation of color #345D63: hue angle of 187.66º 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 #345D63 is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 52 93 99 -
CMYK 0.47 0.06 0 0.61
HSL 187.66º 0.31% 0.3% -
HSV(B) 187.66º 0.47% 0.39% -
XYZ 7.58 9.46 13.23 -
YUV 81.43 137.92 107.01 -
System Red Green Blue C M Y K H S L
Decimal 52 93 99 0.47 0.06 0 0.61 187.66 0.31 0.3
Hex 34 5D 63 2F 6 0 3D BC 1F 1E
Octal 64 135 143 57 6 0 75 274 37 36
Binary 110100 1011101 1100011 101111 110 0 111101 10111100 11111 11110

Color Harmonies of #345D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345D63

Black with #345D63

Text Example


Text Example

White with #345D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345D63; }

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

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

background-color css

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

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

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

border-color css

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

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

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