Html Css Color HEX #355062 Cello

📋 copy color: '#355062'

red 53 ◦ green 80 ◦ blue 98

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

Shades of Cello #355062

Tints of Cello #355062

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.63%

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

R = 22.94%
G = 34.63%
B = 42.42%

CMYK

 C value IS 0.46

 M value IS 0.18

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#355062 (or 0x355062) is known color: Cello. HEX triplet: 35, 50 and 62. RGB value is (53,80,98). Sum of RGB (Red+Green+Blue) = 53+80+98=231 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.94% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 98 (38.67% from 255 or 42.42% from 231); Max value from RGB is 98 - color contains mainly: blue. Hex color #355062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355062 is #CAAF9D. Grayscale: #494949. Windows color (decimal): -13283230 or 6443061. OLE color: 6443061.

HSL color Cylindrical-coordinate representation of color #355062: hue angle of 204º 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 #355062 is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 80 98 -
CMYK 0.46 0.18 0 0.62
HSL 204º 0.3% 0.3% -
HSV(B) 204º 0.46% 0.38% -
XYZ 6.54 7.38 12.63 -
YUV 73.98 141.55 113.04 -
System Red Green Blue C M Y K H S L
Decimal 53 80 98 0.46 0.18 0 0.62 204 0.3 0.3
Hex 35 50 62 2E 12 0 3E CC 1E 1E
Octal 65 120 142 56 22 0 76 314 36 36
Binary 110101 1010000 1100010 101110 10010 0 111110 11001100 11110 11110

Color Harmonies of #355062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355062

Black with #355062

Text Example


Text Example

White with #355062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355062; }

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

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

background-color css

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

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

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

border-color css

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

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

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