Html Css Color HEX #345C63 Casal

📋 copy color: '#345C63'

red 52 ◦ green 92 ◦ blue 99

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

Shades of Casal #345C63

Tints of Casal #345C63

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.86%

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

R = 21.4%
G = 37.86%
B = 40.74%

CMYK

 C value IS 0.47

 M value IS 0.07

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#345C63 (or 0x345C63) is known color: Casal. HEX triplet: 34, 5C and 63. RGB value is (52,92,99). Sum of RGB (Red+Green+Blue) = 52+92+99=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 92 (36.33% from 255 or 37.86% from 243); Blue value is 99 (39.06% from 255 or 40.74% from 243); Max value from RGB is 99 - color contains mainly: blue. Hex color #345C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345C63 is #CBA39C. Grayscale: #505050. Windows color (decimal): -13345693 or 6511668. OLE color: 6511668.

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

Color convert

RGB 52 92 99 -
CMYK 0.47 0.07 0 0.61
HSL 188.94º 0.31% 0.3% -
HSV(B) 188.94º 0.47% 0.39% -
XYZ 7.5 9.29 13.2 -
YUV 80.84 138.25 107.43 -
System Red Green Blue C M Y K H S L
Decimal 52 92 99 0.47 0.07 0 0.61 188.94 0.31 0.3
Hex 34 5C 63 2F 7 0 3D BD 1F 1E
Octal 64 134 143 57 7 0 75 275 37 36
Binary 110100 1011100 1100011 101111 111 0 111101 10111101 11111 11110

Color Harmonies of #345C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345C63

Black with #345C63

Text Example


Text Example

White with #345C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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