Html Css Color HEX #354862 Cello

📋 copy color: '#354862'

red 53 ◦ green 72 ◦ blue 98

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

Shades of Cello #354862

Tints of Cello #354862

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.29%

 BLUE value IS 98 (38.67% from 255) = 43.95%

R = 23.77%
G = 32.29%
B = 43.95%

CMYK

 C value IS 0.46

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#354862 (or 0x354862) is known color: Cello. HEX triplet: 35, 48 and 62. RGB value is (53,72,98). Sum of RGB (Red+Green+Blue) = 53+72+98=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 98 (38.67% from 255 or 43.95% from 223); Max value from RGB is 98 - color contains mainly: blue. Hex color #354862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354862 is #CAB79D. Grayscale: #454545. Windows color (decimal): -13285278 or 6441013. OLE color: 6441013.

HSL color Cylindrical-coordinate representation of color #354862: hue angle of 214.67º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #354862 is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 72 98 -
CMYK 0.46 0.27 0 0.62
HSL 214.67º 0.3% 0.3% -
HSV(B) 214.67º 0.46% 0.38% -
XYZ 5.99 6.27 12.45 -
YUV 69.28 144.21 116.39 -
System Red Green Blue C M Y K H S L
Decimal 53 72 98 0.46 0.27 0 0.62 214.67 0.3 0.3
Hex 35 48 62 2E 1B 0 3E D7 1E 1E
Octal 65 110 142 56 33 0 76 327 36 36
Binary 110101 1001000 1100010 101110 11011 0 111110 11010111 11110 11110

Color Harmonies of #354862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354862

Black with #354862

Text Example


Text Example

White with #354862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354862; }

 p { color: rgb(53,72,98); }

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

background-color css

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

 a { background-color: rgb(53,72,98); }

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

border-color css

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

 span { border-color: rgb(53,72,98); }

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