Html Css Color HEX #345961 Casal

📋 copy color: '#345961'

red 52 ◦ green 89 ◦ blue 97

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

Shades of Casal #345961

Tints of Casal #345961

RGB

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

 GREEN value IS 89 (35.16% from 255) = 37.39%

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

R = 21.85%
G = 37.39%
B = 40.76%

CMYK

 C value IS 0.46

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#345961 (or 0x345961) is known color: Casal. HEX triplet: 34, 59 and 61. RGB value is (52,89,97). Sum of RGB (Red+Green+Blue) = 52+89+97=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 89 (35.16% from 255 or 37.39% from 238); Blue value is 97 (38.28% from 255 or 40.76% from 238); Max value from RGB is 97 - color contains mainly: blue. Hex color #345961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345961 is #CBA69E. Grayscale: #4E4E4E. Windows color (decimal): -13346463 or 6379828. OLE color: 6379828.

HSL color Cylindrical-coordinate representation of color #345961: hue angle of 190.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 #345961 is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 52 89 97 -
CMYK 0.46 0.08 0 0.62
HSL 190.67º 0.3% 0.29% -
HSV(B) 190.67º 0.46% 0.38% -
XYZ 7.15 8.74 12.62 -
YUV 78.85 138.24 108.85 -
System Red Green Blue C M Y K H S L
Decimal 52 89 97 0.46 0.08 0 0.62 190.67 0.3 0.29
Hex 34 59 61 2E 8 0 3E BF 1E 1D
Octal 64 131 141 56 10 0 76 277 36 35
Binary 110100 1011001 1100001 101110 1000 0 111110 10111111 11110 11101

Color Harmonies of #345961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345961

Black with #345961

Text Example


Text Example

White with #345961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345961; }

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

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

background-color css

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

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

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

border-color css

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

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

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