Html Css Color HEX #354C6C Cello

📋 copy color: '#354C6C'

red 53 ◦ green 76 ◦ blue 108

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

Shades of Cello #354C6C

Tints of Cello #354C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 45.57%

R = 22.36%
G = 32.07%
B = 45.57%

CMYK

 C value IS 0.51

 M value IS 0.30

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#354C6C (or 0x354C6C) is known color: Cello. HEX triplet: 35, 4C and 6C. RGB value is (53,76,108). Sum of RGB (Red+Green+Blue) = 53+76+108=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 108 (42.58% from 255 or 45.57% from 237); Max value from RGB is 108 - color contains mainly: blue. Hex color #354C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354C6C is #CAB393. Grayscale: #484848. Windows color (decimal): -13284244 or 7097397. OLE color: 7097397.

HSL color Cylindrical-coordinate representation of color #354C6C: hue angle of 214.91º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #354C6C is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 76 108 -
CMYK 0.51 0.30 0 0.58
HSL 214.91º 0.34% 0.32% -
HSV(B) 214.91º 0.51% 0.42% -
XYZ 6.76 7.01 15.18 -
YUV 72.77 147.88 113.9 -
System Red Green Blue C M Y K H S L
Decimal 53 76 108 0.51 0.30 0 0.58 214.91 0.34 0.32
Hex 35 4C 6C 33 1E 0 3A D7 22 20
Octal 65 114 154 63 36 0 72 327 42 40
Binary 110101 1001100 1101100 110011 11110 0 111010 11010111 100010 100000

Color Harmonies of #354C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354C6C

Black with #354C6C

Text Example


Text Example

White with #354C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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