Html Css Color HEX #354966 Cello

📋 copy color: '#354966'

red 53 ◦ green 73 ◦ blue 102

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

Shades of Cello #354966

Tints of Cello #354966

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.02%

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

R = 23.25%
G = 32.02%
B = 44.74%

CMYK

 C value IS 0.48

 M value IS 0.28

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#354966 (or 0x354966) is known color: Cello. HEX triplet: 35, 49 and 66. RGB value is (53,73,102). Sum of RGB (Red+Green+Blue) = 53+73+102=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 102 (40.23% from 255 or 44.74% from 228); Max value from RGB is 102 - color contains mainly: blue. Hex color #354966 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354966 is #CAB699. Grayscale: #464646. Windows color (decimal): -13285018 or 6703413. OLE color: 6703413.

HSL color Cylindrical-coordinate representation of color #354966: hue angle of 215.51º 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 #354966 is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 53 73 102 -
CMYK 0.48 0.28 0 0.6
HSL 215.51º 0.32% 0.3% -
HSV(B) 215.51º 0.48% 0.4% -
XYZ 6.25 6.48 13.49 -
YUV 70.33 145.87 115.64 -
System Red Green Blue C M Y K H S L
Decimal 53 73 102 0.48 0.28 0 0.6 215.51 0.32 0.3
Hex 35 49 66 30 1C 0 3C D8 20 1E
Octal 65 111 146 60 34 0 74 330 40 36
Binary 110101 1001001 1100110 110000 11100 0 111100 11011000 100000 11110

Color Harmonies of #354966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354966

Black with #354966

Text Example


Text Example

White with #354966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354966; }

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

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

background-color css

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

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

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

border-color css

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

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

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