Html Css Color HEX #354E6D Cello

📋 copy color: '#354E6D'

red 53 ◦ green 78 ◦ blue 109

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

Shades of Cello #354E6D

Tints of Cello #354E6D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.5%

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

R = 22.08%
G = 32.5%
B = 45.42%

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

#354E6D (or 0x354E6D) is known color: Cello. HEX triplet: 35, 4E and 6D. RGB value is (53,78,109). Sum of RGB (Red+Green+Blue) = 53+78+109=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 78 (30.86% from 255 or 32.5% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 109 - color contains mainly: blue. Hex color #354E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354E6D is #CAB192. Grayscale: #494949. Windows color (decimal): -13283731 or 7163445. OLE color: 7163445.

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

Color convert

RGB 53 78 109 -
CMYK 0.51 0.28 0 0.57
HSL 213.21º 0.35% 0.32% -
HSV(B) 213.21º 0.51% 0.43% -
XYZ 6.95 7.31 15.51 -
YUV 74.06 147.72 112.98 -
System Red Green Blue C M Y K H S L
Decimal 53 78 109 0.51 0.28 0 0.57 213.21 0.35 0.32
Hex 35 4E 6D 33 1C 0 39 D5 23 20
Octal 65 116 155 63 34 0 71 325 43 40
Binary 110101 1001110 1101101 110011 11100 0 111001 11010101 100011 100000

Color Harmonies of #354E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354E6D

Black with #354E6D

Text Example


Text Example

White with #354E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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