Html Css Color HEX #345863 Casal

📋 copy color: '#345863'

red 52 ◦ green 88 ◦ blue 99

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

Shades of Casal #345863

Tints of Casal #345863

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.82%

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

R = 21.76%
G = 36.82%
B = 41.42%

CMYK

 C value IS 0.47

 M value IS 0.11

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#345863 (or 0x345863) is known color: Casal. HEX triplet: 34, 58 and 63. RGB value is (52,88,99). Sum of RGB (Red+Green+Blue) = 52+88+99=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 88 (34.77% from 255 or 36.82% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 99 - color contains mainly: blue. Hex color #345863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345863 is #CBA79C. Grayscale: #4E4E4E. Windows color (decimal): -13346717 or 6510644. OLE color: 6510644.

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

Color convert

RGB 52 88 99 -
CMYK 0.47 0.11 0 0.61
HSL 194.04º 0.31% 0.3% -
HSV(B) 194.04º 0.47% 0.39% -
XYZ 7.16 8.61 13.09 -
YUV 78.49 139.57 109.11 -
System Red Green Blue C M Y K H S L
Decimal 52 88 99 0.47 0.11 0 0.61 194.04 0.31 0.3
Hex 34 58 63 2F B 0 3D C2 1F 1E
Octal 64 130 143 57 13 0 75 302 37 36
Binary 110100 1011000 1100011 101111 1011 0 111101 11000010 11111 11110

Color Harmonies of #345863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345863

Black with #345863

Text Example


Text Example

White with #345863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345863; }

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

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

background-color css

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

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

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

border-color css

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

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

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