Html Css Color HEX #353677 Torea Bay

📋 copy color: '#353677'

red 53 ◦ green 54 ◦ blue 119

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

Shades of Torea Bay #353677

Tints of Torea Bay #353677

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.89%

 BLUE value IS 119 (46.88% from 255) = 52.65%

R = 23.45%
G = 23.89%
B = 52.65%

CMYK

 C value IS 0.55

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#353677 (or 0x353677) is known color: Torea Bay. HEX triplet: 35, 36 and 77. RGB value is (53,54,119). Sum of RGB (Red+Green+Blue) = 53+54+119=226 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.45% from 226); Green value is 54 (21.48% from 255 or 23.89% from 226); Blue value is 119 (46.88% from 255 or 52.65% from 226); Max value from RGB is 119 - color contains mainly: blue. Hex color #353677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353677 is #CAC988. Grayscale: #3C3C3C. Windows color (decimal): -13289865 or 7812661. OLE color: 7812661.

HSL color Cylindrical-coordinate representation of color #353677: hue angle of 239.09º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #353677 is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 54 119 -
CMYK 0.55 0.55 0 0.53
HSL 239.09º 0.38% 0.34% -
HSV(B) 239.09º 0.55% 0.47% -
XYZ 6.12 4.73 18.04 -
YUV 61.11 160.67 122.21 -
System Red Green Blue C M Y K H S L
Decimal 53 54 119 0.55 0.55 0 0.53 239.09 0.38 0.34
Hex 35 36 77 37 37 0 35 EF 26 22
Octal 65 66 167 67 67 0 65 357 46 42
Binary 110101 110110 1110111 110111 110111 0 110101 11101111 100110 100010

Color Harmonies of #353677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353677

Black with #353677

Text Example


Text Example

White with #353677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353677; }

 p { color: rgb(53,54,119); }

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

background-color css

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

 a { background-color: rgb(53,54,119); }

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

border-color css

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

 span { border-color: rgb(53,54,119); }

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