Html Css Color HEX #345461 Casal

📋 copy color: '#345461'

red 52 ◦ green 84 ◦ blue 97

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

Shades of Casal #345461

Tints of Casal #345461

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.05%

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

R = 22.32%
G = 36.05%
B = 41.63%

CMYK

 C value IS 0.46

 M value IS 0.13

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#345461 (or 0x345461) is known color: Casal. HEX triplet: 34, 54 and 61. RGB value is (52,84,97). Sum of RGB (Red+Green+Blue) = 52+84+97=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 97 - color contains mainly: blue. Hex color #345461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345461 is #CBAB9E. Grayscale: #4B4B4B. Windows color (decimal): -13347743 or 6378548. OLE color: 6378548.

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

Color convert

RGB 52 84 97 -
CMYK 0.46 0.13 0 0.62
HSL 197.33º 0.3% 0.29% -
HSV(B) 197.33º 0.46% 0.38% -
XYZ 6.74 7.93 12.49 -
YUV 75.91 139.9 110.94 -
System Red Green Blue C M Y K H S L
Decimal 52 84 97 0.46 0.13 0 0.62 197.33 0.3 0.29
Hex 34 54 61 2E D 0 3E C5 1E 1D
Octal 64 124 141 56 15 0 76 305 36 35
Binary 110100 1010100 1100001 101110 1101 0 111110 11000101 11110 11101

Color Harmonies of #345461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345461

Black with #345461

Text Example


Text Example

White with #345461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345461; }

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

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

background-color css

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

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

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

border-color css

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

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

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