Html Css Color HEX #354A61 Cello

📋 copy color: '#354A61'

red 53 ◦ green 74 ◦ blue 97

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

Shades of Cello #354A61

Tints of Cello #354A61

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.04%

 BLUE value IS 97 (38.28% from 255) = 43.3%

R = 23.66%
G = 33.04%
B = 43.3%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#354A61 (or 0x354A61) is known color: Cello. HEX triplet: 35, 4A and 61. RGB value is (53,74,97). Sum of RGB (Red+Green+Blue) = 53+74+97=224 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.66% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 97 (38.28% from 255 or 43.30% from 224); Max value from RGB is 97 - color contains mainly: blue. Hex color #354A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354A61 is #CAB59E. Grayscale: #464646. Windows color (decimal): -13284767 or 6375989. OLE color: 6375989.

HSL color Cylindrical-coordinate representation of color #354A61: hue angle of 211.36º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #354A61 is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 74 97 -
CMYK 0.45 0.24 0 0.62
HSL 211.36º 0.29% 0.29% -
HSV(B) 211.36º 0.45% 0.38% -
XYZ 6.07 6.52 12.25 -
YUV 70.34 143.04 115.63 -
System Red Green Blue C M Y K H S L
Decimal 53 74 97 0.45 0.24 0 0.62 211.36 0.29 0.29
Hex 35 4A 61 2D 18 0 3E D3 1D 1D
Octal 65 112 141 55 30 0 76 323 35 35
Binary 110101 1001010 1100001 101101 11000 0 111110 11010011 11101 11101

Color Harmonies of #354A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354A61

Black with #354A61

Text Example


Text Example

White with #354A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,74,97); }

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

background-color css

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

 a { background-color: rgb(53,74,97); }

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

border-color css

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

 span { border-color: rgb(53,74,97); }

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