Html Css Color HEX #355262 Cello

📋 copy color: '#355262'

red 53 ◦ green 82 ◦ blue 98

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

Shades of Cello #355262

Tints of Cello #355262

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.19%

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

R = 22.75%
G = 35.19%
B = 42.06%

CMYK

 C value IS 0.46

 M value IS 0.16

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#355262 (or 0x355262) is known color: Cello. HEX triplet: 35, 52 and 62. RGB value is (53,82,98). Sum of RGB (Red+Green+Blue) = 53+82+98=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 98 (38.67% from 255 or 42.06% from 233); Max value from RGB is 98 - color contains mainly: blue. Hex color #355262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355262 is #CAAD9D. Grayscale: #4B4B4B. Windows color (decimal): -13282718 or 6443573. OLE color: 6443573.

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

Color convert

RGB 53 82 98 -
CMYK 0.46 0.16 0 0.62
HSL 201.33º 0.3% 0.3% -
HSV(B) 201.33º 0.46% 0.38% -
XYZ 6.69 7.67 12.68 -
YUV 75.15 140.89 112.2 -
System Red Green Blue C M Y K H S L
Decimal 53 82 98 0.46 0.16 0 0.62 201.33 0.3 0.3
Hex 35 52 62 2E 10 0 3E C9 1E 1E
Octal 65 122 142 56 20 0 76 311 36 36
Binary 110101 1010010 1100010 101110 10000 0 111110 11001001 11110 11110

Color Harmonies of #355262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355262

Black with #355262

Text Example


Text Example

White with #355262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355262; }

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

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

background-color css

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

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

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

border-color css

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

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

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