Html Css Color HEX #354F6A Cello

📋 copy color: '#354F6A'

red 53 ◦ green 79 ◦ blue 106

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

Shades of Cello #354F6A

Tints of Cello #354F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 44.54%

R = 22.27%
G = 33.19%
B = 44.54%

CMYK

 C value IS 0.5

 M value IS 0.25

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#354F6A (or 0x354F6A) is known color: Cello. HEX triplet: 35, 4F and 6A. RGB value is (53,79,106). Sum of RGB (Red+Green+Blue) = 53+79+106=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 79 (31.25% from 255 or 33.19% from 238); Blue value is 106 (41.80% from 255 or 44.54% from 238); Max value from RGB is 106 - color contains mainly: blue. Hex color #354F6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354F6A is #CAB095. Grayscale: #4A4A4A. Windows color (decimal): -13283478 or 6967093. OLE color: 6967093.

HSL color Cylindrical-coordinate representation of color #354F6A: hue angle of 210.57º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #354F6A is Cyan = 0.5, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 79 106 -
CMYK 0.5 0.25 0 0.58
HSL 210.57º 0.33% 0.31% -
HSV(B) 210.57º 0.5% 0.42% -
XYZ 6.87 7.39 14.7 -
YUV 74.3 145.89 112.8 -
System Red Green Blue C M Y K H S L
Decimal 53 79 106 0.5 0.25 0 0.58 210.57 0.33 0.31
Hex 35 4F 6A 32 19 0 3A D3 21 1F
Octal 65 117 152 62 31 0 72 323 41 37
Binary 110101 1001111 1101010 110010 11001 0 111010 11010011 100001 11111

Color Harmonies of #354F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354F6A

Black with #354F6A

Text Example


Text Example

White with #354F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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