Html Css Color HEX #354C66 Cello

📋 copy color: '#354C66'

red 53 ◦ green 76 ◦ blue 102

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

Shades of Cello #354C66

Tints of Cello #354C66

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.9%

 BLUE value IS 102 (40.23% from 255) = 44.16%

R = 22.94%
G = 32.9%
B = 44.16%

CMYK

 C value IS 0.48

 M value IS 0.25

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#354C66 (or 0x354C66) is known color: Cello. HEX triplet: 35, 4C and 66. RGB value is (53,76,102). Sum of RGB (Red+Green+Blue) = 53+76+102=231 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.94% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 102 (40.23% from 255 or 44.16% from 231); Max value from RGB is 102 - color contains mainly: blue. Hex color #354C66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354C66 is #CAB399. Grayscale: #474747. Windows color (decimal): -13284250 or 6704181. OLE color: 6704181.

HSL color Cylindrical-coordinate representation of color #354C66: hue angle of 211.84º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #354C66 is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 53 76 102 -
CMYK 0.48 0.25 0 0.6
HSL 211.84º 0.32% 0.3% -
HSV(B) 211.84º 0.48% 0.4% -
XYZ 6.45 6.89 13.56 -
YUV 72.09 144.88 114.39 -
System Red Green Blue C M Y K H S L
Decimal 53 76 102 0.48 0.25 0 0.6 211.84 0.32 0.3
Hex 35 4C 66 30 19 0 3C D4 20 1E
Octal 65 114 146 60 31 0 74 324 40 36
Binary 110101 1001100 1100110 110000 11001 0 111100 11010100 100000 11110

Color Harmonies of #354C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354C66

Black with #354C66

Text Example


Text Example

White with #354C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,76,102); }

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

background-color css

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

 a { background-color: rgb(53,76,102); }

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

border-color css

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

 span { border-color: rgb(53,76,102); }

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