Html Css Color HEX #353E76 Torea Bay

📋 copy color: '#353E76'

red 53 ◦ green 62 ◦ blue 118

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

Shades of Torea Bay #353E76

Tints of Torea Bay #353E76

RGB

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

 GREEN value IS 62 (24.61% from 255) = 26.61%

 BLUE value IS 118 (46.48% from 255) = 50.64%

R = 22.75%
G = 26.61%
B = 50.64%

CMYK

 C value IS 0.55

 M value IS 0.47

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#353E76 (or 0x353E76) is known color: Torea Bay. HEX triplet: 35, 3E and 76. RGB value is (53,62,118). Sum of RGB (Red+Green+Blue) = 53+62+118=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 62 (24.61% from 255 or 26.61% from 233); Blue value is 118 (46.48% from 255 or 50.64% from 233); Max value from RGB is 118 - color contains mainly: blue. Hex color #353E76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353E76 is #CAC189. Grayscale: #414141. Windows color (decimal): -13287818 or 7749173. OLE color: 7749173.

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

Color convert

RGB 53 62 118 -
CMYK 0.55 0.47 0 0.54
HSL 231.69º 0.38% 0.34% -
HSV(B) 231.69º 0.55% 0.46% -
XYZ 6.46 5.51 17.86 -
YUV 65.69 157.52 118.95 -
System Red Green Blue C M Y K H S L
Decimal 53 62 118 0.55 0.47 0 0.54 231.69 0.38 0.34
Hex 35 3E 76 37 2F 0 36 E8 26 22
Octal 65 76 166 67 57 0 66 350 46 42
Binary 110101 111110 1110110 110111 101111 0 110110 11101000 100110 100010

Color Harmonies of #353E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353E76

Black with #353E76

Text Example


Text Example

White with #353E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353E76; }

 p { color: rgb(53,62,118); }

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

background-color css

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

 a { background-color: rgb(53,62,118); }

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

border-color css

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

 span { border-color: rgb(53,62,118); }

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