Html Css Color HEX #354A65 Cello

📋 copy color: '#354A65'

red 53 ◦ green 74 ◦ blue 101

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

Shades of Cello #354A65

Tints of Cello #354A65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 44.3%

R = 23.25%
G = 32.46%
B = 44.3%

CMYK

 C value IS 0.48

 M value IS 0.27

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#354A65 (or 0x354A65) is known color: Cello. HEX triplet: 35, 4A and 65. RGB value is (53,74,101). Sum of RGB (Red+Green+Blue) = 53+74+101=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 74 (29.30% from 255 or 32.46% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 101 - color contains mainly: blue. Hex color #354A65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354A65 is #CAB59A. Grayscale: #464646. Windows color (decimal): -13284763 or 6638133. OLE color: 6638133.

HSL color Cylindrical-coordinate representation of color #354A65: hue angle of 213.75º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #354A65 is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 53 74 101 -
CMYK 0.48 0.27 0 0.60
HSL 213.75º 0.31% 0.3% -
HSV(B) 213.75º 0.48% 0.4% -
XYZ 6.27 6.59 13.25 -
YUV 70.8 145.04 115.3 -
System Red Green Blue C M Y K H S L
Decimal 53 74 101 0.48 0.27 0 0.60 213.75 0.31 0.3
Hex 35 4A 65 30 1B 0 3C D6 1F 1E
Octal 65 112 145 60 33 0 74 326 37 36
Binary 110101 1001010 1100101 110000 11011 0 111100 11010110 11111 11110

Color Harmonies of #354A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354A65

Black with #354A65

Text Example


Text Example

White with #354A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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