Html Css Color HEX #345B63 Casal

📋 copy color: '#345B63'

red 52 ◦ green 91 ◦ blue 99

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

Shades of Casal #345B63

Tints of Casal #345B63

RGB

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

 GREEN value IS 91 (35.94% from 255) = 37.6%

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

R = 21.49%
G = 37.6%
B = 40.91%

CMYK

 C value IS 0.47

 M value IS 0.08

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#345B63 (or 0x345B63) is known color: Casal. HEX triplet: 34, 5B and 63. RGB value is (52,91,99). Sum of RGB (Red+Green+Blue) = 52+91+99=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 91 (35.94% from 255 or 37.60% from 242); Blue value is 99 (39.06% from 255 or 40.91% from 242); Max value from RGB is 99 - color contains mainly: blue. Hex color #345B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345B63 is #CBA49C. Grayscale: #505050. Windows color (decimal): -13345949 or 6511412. OLE color: 6511412.

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

Color convert

RGB 52 91 99 -
CMYK 0.47 0.08 0 0.61
HSL 190.21º 0.31% 0.3% -
HSV(B) 190.21º 0.47% 0.39% -
XYZ 7.41 9.11 13.17 -
YUV 80.25 138.58 107.85 -
System Red Green Blue C M Y K H S L
Decimal 52 91 99 0.47 0.08 0 0.61 190.21 0.31 0.3
Hex 34 5B 63 2F 8 0 3D BE 1F 1E
Octal 64 133 143 57 10 0 75 276 37 36
Binary 110100 1011011 1100011 101111 1000 0 111101 10111110 11111 11110

Color Harmonies of #345B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345B63

Black with #345B63

Text Example


Text Example

White with #345B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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