Html Css Color HEX #345962 Casal

📋 copy color: '#345962'

red 52 ◦ green 89 ◦ blue 98

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

Shades of Casal #345962

Tints of Casal #345962

RGB

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

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

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

R = 21.76%
G = 37.24%
B = 41%

CMYK

 C value IS 0.47

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#345962 (or 0x345962) is known color: Casal. HEX triplet: 34, 59 and 62. RGB value is (52,89,98). Sum of RGB (Red+Green+Blue) = 52+89+98=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 98 (38.67% from 255 or 41.00% from 239); Max value from RGB is 98 - color contains mainly: blue. Hex color #345962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345962 is #CBA69D. Grayscale: #4E4E4E. Windows color (decimal): -13346462 or 6445364. OLE color: 6445364.

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

Color convert

RGB 52 89 98 -
CMYK 0.47 0.09 0 0.62
HSL 191.74º 0.31% 0.29% -
HSV(B) 191.74º 0.47% 0.38% -
XYZ 7.19 8.76 12.87 -
YUV 78.96 138.74 108.77 -
System Red Green Blue C M Y K H S L
Decimal 52 89 98 0.47 0.09 0 0.62 191.74 0.31 0.29
Hex 34 59 62 2F 9 0 3E C0 1F 1D
Octal 64 131 142 57 11 0 76 300 37 35
Binary 110100 1011001 1100010 101111 1001 0 111110 11000000 11111 11101

Color Harmonies of #345962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345962

Black with #345962

Text Example


Text Example

White with #345962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345962; }

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

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

background-color css

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

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

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

border-color css

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

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

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