Html Css Color HEX #345763 Casal

📋 copy color: '#345763'

red 52 ◦ green 87 ◦ blue 99

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

Shades of Casal #345763

Tints of Casal #345763

RGB

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

 GREEN value IS 87 (34.38% from 255) = 36.55%

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

R = 21.85%
G = 36.55%
B = 41.6%

CMYK

 C value IS 0.47

 M value IS 0.12

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#345763 (or 0x345763) is known color: Casal. HEX triplet: 34, 57 and 63. RGB value is (52,87,99). Sum of RGB (Red+Green+Blue) = 52+87+99=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 87 (34.38% from 255 or 36.55% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 99 - color contains mainly: blue. Hex color #345763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345763 is #CBA89C. Grayscale: #4D4D4D. Windows color (decimal): -13346973 or 6510388. OLE color: 6510388.

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

Color convert

RGB 52 87 99 -
CMYK 0.47 0.12 0 0.61
HSL 195.32º 0.31% 0.3% -
HSV(B) 195.32º 0.47% 0.39% -
XYZ 7.08 8.45 13.06 -
YUV 77.9 139.9 109.52 -
System Red Green Blue C M Y K H S L
Decimal 52 87 99 0.47 0.12 0 0.61 195.32 0.31 0.3
Hex 34 57 63 2F C 0 3D C3 1F 1E
Octal 64 127 143 57 14 0 75 303 37 36
Binary 110100 1010111 1100011 101111 1100 0 111101 11000011 11111 11110

Color Harmonies of #345763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345763

Black with #345763

Text Example


Text Example

White with #345763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345763; }

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

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

background-color css

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

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

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

border-color css

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

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

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