Html Css Color HEX #354B5D Cello

📋 copy color: '#354B5D'

red 53 ◦ green 75 ◦ blue 93

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

Shades of Cello #354B5D

Tints of Cello #354B5D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 33.94%

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

R = 23.98%
G = 33.94%
B = 42.08%

CMYK

 C value IS 0.43

 M value IS 0.19

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#354B5D (or 0x354B5D) is known color: Cello. HEX triplet: 35, 4B and 5D. RGB value is (53,75,93). Sum of RGB (Red+Green+Blue) = 53+75+93=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 75 (29.69% from 255 or 33.94% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 93 - color contains mainly: blue. Hex color #354B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354B5D is #CAB4A2. Grayscale: #464646. Windows color (decimal): -13284515 or 6114101. OLE color: 6114101.

HSL color Cylindrical-coordinate representation of color #354B5D: hue angle of 207º 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 #354B5D is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 53 75 93 -
CMYK 0.43 0.19 0 0.64
HSL 207º 0.27% 0.29% -
HSV(B) 207º 0.43% 0.36% -
XYZ 5.96 6.58 11.31 -
YUV 70.47 140.71 115.54 -
System Red Green Blue C M Y K H S L
Decimal 53 75 93 0.43 0.19 0 0.64 207 0.27 0.29
Hex 35 4B 5D 2B 13 0 40 CF 1B 1D
Octal 65 113 135 53 23 0 100 317 33 35
Binary 110101 1001011 1011101 101011 10011 0 1000000 11001111 11011 11101

Color Harmonies of #354B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354B5D

Black with #354B5D

Text Example


Text Example

White with #354B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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