Html Css Color HEX #354D6D Cello

📋 copy color: '#354D6D'

red 53 ◦ green 77 ◦ blue 109

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

Shades of Cello #354D6D

Tints of Cello #354D6D

RGB

 RED value IS 53 (21.09% from 255) = 22.18%

 GREEN value IS 77 (30.47% from 255) = 32.22%

 BLUE value IS 109 (42.97% from 255) = 45.61%

R = 22.18%
G = 32.22%
B = 45.61%

CMYK

 C value IS 0.51

 M value IS 0.29

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#354D6D (or 0x354D6D) is known color: Cello. HEX triplet: 35, 4D and 6D. RGB value is (53,77,109). Sum of RGB (Red+Green+Blue) = 53+77+109=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 77 (30.47% from 255 or 32.22% from 239); Blue value is 109 (42.97% from 255 or 45.61% from 239); Max value from RGB is 109 - color contains mainly: blue. Hex color #354D6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354D6D is #CAB292. Grayscale: #494949. Windows color (decimal): -13283987 or 7163189. OLE color: 7163189.

HSL color Cylindrical-coordinate representation of color #354D6D: hue angle of 214.29º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #354D6D is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 53 77 109 -
CMYK 0.51 0.29 0 0.57
HSL 214.29º 0.35% 0.32% -
HSV(B) 214.29º 0.51% 0.43% -
XYZ 6.88 7.17 15.49 -
YUV 73.47 148.05 113.4 -
System Red Green Blue C M Y K H S L
Decimal 53 77 109 0.51 0.29 0 0.57 214.29 0.35 0.32
Hex 35 4D 6D 33 1D 0 39 D6 23 20
Octal 65 115 155 63 35 0 71 326 43 40
Binary 110101 1001101 1101101 110011 11101 0 111001 11010110 100011 100000

Color Harmonies of #354D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354D6D

Black with #354D6D

Text Example


Text Example

White with #354D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354D6D; }

 p { color: rgb(53,77,109); }

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

background-color css

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

 a { background-color: rgb(53,77,109); }

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

border-color css

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

 span { border-color: rgb(53,77,109); }

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