Html Css Color HEX #353977 Torea Bay

📋 copy color: '#353977'

red 53 ◦ green 57 ◦ blue 119

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

Shades of Torea Bay #353977

Tints of Torea Bay #353977

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.89%

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

R = 23.14%
G = 24.89%
B = 51.97%

CMYK

 C value IS 0.55

 M value IS 0.52

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#353977 (or 0x353977) is known color: Torea Bay. HEX triplet: 35, 39 and 77. RGB value is (53,57,119). Sum of RGB (Red+Green+Blue) = 53+57+119=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 57 (22.66% from 255 or 24.89% from 229); Blue value is 119 (46.88% from 255 or 51.97% from 229); Max value from RGB is 119 - color contains mainly: blue. Hex color #353977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353977 is #CAC688. Grayscale: #3E3E3E. Windows color (decimal): -13289097 or 7813429. OLE color: 7813429.

HSL color Cylindrical-coordinate representation of color #353977: hue angle of 236.36º 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 #353977 is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 57 119 -
CMYK 0.55 0.52 0 0.53
HSL 236.36º 0.38% 0.34% -
HSV(B) 236.36º 0.55% 0.47% -
XYZ 6.26 5.02 18.09 -
YUV 62.87 159.67 120.96 -
System Red Green Blue C M Y K H S L
Decimal 53 57 119 0.55 0.52 0 0.53 236.36 0.38 0.34
Hex 35 39 77 37 34 0 35 EC 26 22
Octal 65 71 167 67 64 0 65 354 46 42
Binary 110101 111001 1110111 110111 110100 0 110101 11101100 100110 100010

Color Harmonies of #353977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353977

Black with #353977

Text Example


Text Example

White with #353977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353977; }

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

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

background-color css

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

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

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

border-color css

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

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

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