Html Css Color HEX #355467 Cello

📋 copy color: '#355467'

red 53 ◦ green 84 ◦ blue 103

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

Shades of Cello #355467

Tints of Cello #355467

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35%

 BLUE value IS 103 (40.63% from 255) = 42.92%

R = 22.08%
G = 35%
B = 42.92%

CMYK

 C value IS 0.49

 M value IS 0.18

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#355467 (or 0x355467) is known color: Cello. HEX triplet: 35, 54 and 67. RGB value is (53,84,103). Sum of RGB (Red+Green+Blue) = 53+84+103=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 103 (40.62% from 255 or 42.92% from 240); Max value from RGB is 103 - color contains mainly: blue. Hex color #355467 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355467 is #CAAB98. Grayscale: #4C4C4C. Windows color (decimal): -13282201 or 6771765. OLE color: 6771765.

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

Color convert

RGB 53 84 103 -
CMYK 0.49 0.18 0 0.60
HSL 202.8º 0.32% 0.31% -
HSV(B) 202.8º 0.49% 0.4% -
XYZ 7.09 8.08 14.02 -
YUV 76.9 142.73 110.96 -
System Red Green Blue C M Y K H S L
Decimal 53 84 103 0.49 0.18 0 0.60 202.8 0.32 0.31
Hex 35 54 67 31 12 0 3C CB 20 1F
Octal 65 124 147 61 22 0 74 313 40 37
Binary 110101 1010100 1100111 110001 10010 0 111100 11001011 100000 11111

Color Harmonies of #355467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355467

Black with #355467

Text Example


Text Example

White with #355467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355467; }

 p { color: rgb(53,84,103); }

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

background-color css

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

 a { background-color: rgb(53,84,103); }

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

border-color css

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

 span { border-color: rgb(53,84,103); }

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