Html Css Color HEX #345661 Casal

📋 copy color: '#345661'

red 52 ◦ green 86 ◦ blue 97

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

Shades of Casal #345661

Tints of Casal #345661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 41.28%

R = 22.13%
G = 36.6%
B = 41.28%

CMYK

 C value IS 0.46

 M value IS 0.11

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#345661 (or 0x345661) is known color: Casal. HEX triplet: 34, 56 and 61. RGB value is (52,86,97). Sum of RGB (Red+Green+Blue) = 52+86+97=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 86 (33.98% from 255 or 36.60% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 97 - color contains mainly: blue. Hex color #345661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345661 is #CBA99E. Grayscale: #4D4D4D. Windows color (decimal): -13347231 or 6379060. OLE color: 6379060.

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

Color convert

RGB 52 86 97 -
CMYK 0.46 0.11 0 0.62
HSL 194.67º 0.3% 0.29% -
HSV(B) 194.67º 0.46% 0.38% -
XYZ 6.9 8.25 12.54 -
YUV 77.09 139.24 110.11 -
System Red Green Blue C M Y K H S L
Decimal 52 86 97 0.46 0.11 0 0.62 194.67 0.3 0.29
Hex 34 56 61 2E B 0 3E C3 1E 1D
Octal 64 126 141 56 13 0 76 303 36 35
Binary 110100 1010110 1100001 101110 1011 0 111110 11000011 11110 11101

Color Harmonies of #345661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345661

Black with #345661

Text Example


Text Example

White with #345661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345661; }

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

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

background-color css

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

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

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

border-color css

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

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

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