Html Css Color HEX #345663 Casal

📋 copy color: '#345663'

red 52 ◦ green 86 ◦ blue 99

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

Shades of Casal #345663

Tints of Casal #345663

RGB

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

 GREEN value IS 86 (33.98% from 255) = 36.29%

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

R = 21.94%
G = 36.29%
B = 41.77%

CMYK

 C value IS 0.47

 M value IS 0.13

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#345663 (or 0x345663) is known color: Casal. HEX triplet: 34, 56 and 63. RGB value is (52,86,99). Sum of RGB (Red+Green+Blue) = 52+86+99=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 86 (33.98% from 255 or 36.29% from 237); Blue value is 99 (39.06% from 255 or 41.77% from 237); Max value from RGB is 99 - color contains mainly: blue. Hex color #345663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345663 is #CBA99C. Grayscale: #4D4D4D. Windows color (decimal): -13347229 or 6510132. OLE color: 6510132.

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

Color convert

RGB 52 86 99 -
CMYK 0.47 0.13 0 0.61
HSL 196.6º 0.31% 0.3% -
HSV(B) 196.6º 0.47% 0.39% -
XYZ 7 8.29 13.04 -
YUV 77.32 140.24 109.94 -
System Red Green Blue C M Y K H S L
Decimal 52 86 99 0.47 0.13 0 0.61 196.6 0.31 0.3
Hex 34 56 63 2F D 0 3D C5 1F 1E
Octal 64 126 143 57 15 0 75 305 37 36
Binary 110100 1010110 1100011 101111 1101 0 111101 11000101 11111 11110

Color Harmonies of #345663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345663

Black with #345663

Text Example


Text Example

White with #345663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345663; }

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

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

background-color css

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

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

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

border-color css

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

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

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