Html Css Color HEX #345662 Casal

📋 copy color: '#345662'

red 52 ◦ green 86 ◦ blue 98

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

Shades of Casal #345662

Tints of Casal #345662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 41.53%

R = 22.03%
G = 36.44%
B = 41.53%

CMYK

 C value IS 0.47

 M value IS 0.12

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#345662 (or 0x345662) is known color: Casal. HEX triplet: 34, 56 and 62. RGB value is (52,86,98). Sum of RGB (Red+Green+Blue) = 52+86+98=236 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.03% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 98 (38.67% from 255 or 41.53% from 236); Max value from RGB is 98 - color contains mainly: blue. Hex color #345662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345662 is #CBA99D. Grayscale: #4D4D4D. Windows color (decimal): -13347230 or 6444596. OLE color: 6444596.

HSL color Cylindrical-coordinate representation of color #345662: hue angle of 195.65º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #345662 is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 52 86 98 -
CMYK 0.47 0.12 0 0.62
HSL 195.65º 0.31% 0.29% -
HSV(B) 195.65º 0.47% 0.38% -
XYZ 6.95 8.27 12.78 -
YUV 77.2 139.74 110.02 -
System Red Green Blue C M Y K H S L
Decimal 52 86 98 0.47 0.12 0 0.62 195.65 0.31 0.29
Hex 34 56 62 2F C 0 3E C4 1F 1D
Octal 64 126 142 57 14 0 76 304 37 35
Binary 110100 1010110 1100010 101111 1100 0 111110 11000100 11111 11101

Color Harmonies of #345662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345662

Black with #345662

Text Example


Text Example

White with #345662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345662; }

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

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

background-color css

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

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

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

border-color css

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

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

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