Html Css Color HEX #354F5D Cello

📋 copy color: '#354F5D'

red 53 ◦ green 79 ◦ blue 93

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

Shades of Cello #354F5D

Tints of Cello #354F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 41.33%

R = 23.56%
G = 35.11%
B = 41.33%

CMYK

 C value IS 0.43

 M value IS 0.15

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#354F5D (or 0x354F5D) is known color: Cello. HEX triplet: 35, 4F and 5D. RGB value is (53,79,93). Sum of RGB (Red+Green+Blue) = 53+79+93=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 79 (31.25% from 255 or 35.11% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 93 - color contains mainly: blue. Hex color #354F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354F5D is #CAB0A2. Grayscale: #484848. Windows color (decimal): -13283491 or 6115125. OLE color: 6115125.

HSL color Cylindrical-coordinate representation of color #354F5D: hue angle of 201º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #354F5D is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 53 79 93 -
CMYK 0.43 0.15 0 0.64
HSL 201º 0.27% 0.29% -
HSV(B) 201º 0.43% 0.36% -
XYZ 6.24 7.14 11.41 -
YUV 72.82 139.39 113.86 -
System Red Green Blue C M Y K H S L
Decimal 53 79 93 0.43 0.15 0 0.64 201 0.27 0.29
Hex 35 4F 5D 2B F 0 40 C9 1B 1D
Octal 65 117 135 53 17 0 100 311 33 35
Binary 110101 1001111 1011101 101011 1111 0 1000000 11001001 11011 11101

Color Harmonies of #354F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354F5D

Black with #354F5D

Text Example


Text Example

White with #354F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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