Html Css Color HEX #354D6C Cello

📋 copy color: '#354D6C'

red 53 ◦ green 77 ◦ blue 108

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

Shades of Cello #354D6C

Tints of Cello #354D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 45.38%

R = 22.27%
G = 32.35%
B = 45.38%

CMYK

 C value IS 0.51

 M value IS 0.29

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#354D6C (or 0x354D6C) is known color: Cello. HEX triplet: 35, 4D and 6C. RGB value is (53,77,108). Sum of RGB (Red+Green+Blue) = 53+77+108=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 77 (30.47% from 255 or 32.35% from 238); Blue value is 108 (42.58% from 255 or 45.38% from 238); Max value from RGB is 108 - color contains mainly: blue. Hex color #354D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354D6C is #CAB293. Grayscale: #494949. Windows color (decimal): -13283988 or 7097653. OLE color: 7097653.

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

Color convert

RGB 53 77 108 -
CMYK 0.51 0.29 0 0.58
HSL 213.82º 0.34% 0.32% -
HSV(B) 213.82º 0.51% 0.42% -
XYZ 6.83 7.15 15.21 -
YUV 73.36 147.55 113.48 -
System Red Green Blue C M Y K H S L
Decimal 53 77 108 0.51 0.29 0 0.58 213.82 0.34 0.32
Hex 35 4D 6C 33 1D 0 3A D6 22 20
Octal 65 115 154 63 35 0 72 326 42 40
Binary 110101 1001101 1101100 110011 11101 0 111010 11010110 100010 100000

Color Harmonies of #354D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354D6C

Black with #354D6C

Text Example


Text Example

White with #354D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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