Html Css Color HEX #354D68 Cello

📋 copy color: '#354D68'

red 53 ◦ green 77 ◦ blue 104

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

Shades of Cello #354D68

Tints of Cello #354D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 44.44%

R = 22.65%
G = 32.91%
B = 44.44%

CMYK

 C value IS 0.49

 M value IS 0.26

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#354D68 (or 0x354D68) is known color: Cello. HEX triplet: 35, 4D and 68. RGB value is (53,77,104). Sum of RGB (Red+Green+Blue) = 53+77+104=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 77 (30.47% from 255 or 32.91% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 104 - color contains mainly: blue. Hex color #354D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354D68 is #CAB297. Grayscale: #484848. Windows color (decimal): -13283992 or 6835509. OLE color: 6835509.

HSL color Cylindrical-coordinate representation of color #354D68: hue angle of 211.76º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #354D68 is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 77 104 -
CMYK 0.49 0.26 0 0.59
HSL 211.76º 0.32% 0.31% -
HSV(B) 211.76º 0.49% 0.41% -
XYZ 6.62 7.06 14.11 -
YUV 72.9 145.55 113.8 -
System Red Green Blue C M Y K H S L
Decimal 53 77 104 0.49 0.26 0 0.59 211.76 0.32 0.31
Hex 35 4D 68 31 1A 0 3B D4 20 1F
Octal 65 115 150 61 32 0 73 324 40 37
Binary 110101 1001101 1101000 110001 11010 0 111011 11010100 100000 11111

Color Harmonies of #354D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354D68

Black with #354D68

Text Example


Text Example

White with #354D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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