Html Css Color HEX #355268 Cello

📋 copy color: '#355268'

red 53 ◦ green 82 ◦ blue 104

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

Shades of Cello #355268

Tints of Cello #355268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 43.51%

R = 22.18%
G = 34.31%
B = 43.51%

CMYK

 C value IS 0.49

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#355268 (or 0x355268) is known color: Cello. HEX triplet: 35, 52 and 68. RGB value is (53,82,104). Sum of RGB (Red+Green+Blue) = 53+82+104=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 104 - color contains mainly: blue. Hex color #355268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355268 is #CAAD97. Grayscale: #4B4B4B. Windows color (decimal): -13282712 or 6836789. OLE color: 6836789.

HSL color Cylindrical-coordinate representation of color #355268: hue angle of 205.88º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #355268 is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 82 104 -
CMYK 0.49 0.21 0 0.59
HSL 205.88º 0.32% 0.31% -
HSV(B) 205.88º 0.49% 0.41% -
XYZ 6.98 7.79 14.23 -
YUV 75.84 143.89 111.71 -
System Red Green Blue C M Y K H S L
Decimal 53 82 104 0.49 0.21 0 0.59 205.88 0.32 0.31
Hex 35 52 68 31 15 0 3B CE 20 1F
Octal 65 122 150 61 25 0 73 316 40 37
Binary 110101 1010010 1101000 110001 10101 0 111011 11001110 100000 11111

Color Harmonies of #355268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355268

Black with #355268

Text Example


Text Example

White with #355268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355268; }

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

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

background-color css

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

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

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

border-color css

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

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

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