Html Css Color HEX #354F6D Cello

📋 copy color: '#354F6D'

red 53 ◦ green 79 ◦ blue 109

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

Shades of Cello #354F6D

Tints of Cello #354F6D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.78%

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

R = 21.99%
G = 32.78%
B = 45.23%

CMYK

 C value IS 0.51

 M value IS 0.28

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#354F6D (or 0x354F6D) is known color: Cello. HEX triplet: 35, 4F and 6D. RGB value is (53,79,109). Sum of RGB (Red+Green+Blue) = 53+79+109=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 79 (31.25% from 255 or 32.78% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 109 - color contains mainly: blue. Hex color #354F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354F6D is #CAB092. Grayscale: #4A4A4A. Windows color (decimal): -13283475 or 7163701. OLE color: 7163701.

HSL color Cylindrical-coordinate representation of color #354F6D: hue angle of 212.14º 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 #354F6D is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 53 79 109 -
CMYK 0.51 0.28 0 0.57
HSL 212.14º 0.35% 0.32% -
HSV(B) 212.14º 0.51% 0.43% -
XYZ 7.02 7.45 15.54 -
YUV 74.65 147.39 112.56 -
System Red Green Blue C M Y K H S L
Decimal 53 79 109 0.51 0.28 0 0.57 212.14 0.35 0.32
Hex 35 4F 6D 33 1C 0 39 D4 23 20
Octal 65 117 155 63 34 0 71 324 43 40
Binary 110101 1001111 1101101 110011 11100 0 111001 11010100 100011 100000

Color Harmonies of #354F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354F6D

Black with #354F6D

Text Example


Text Example

White with #354F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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