Html Css Color HEX #353776 Torea Bay

📋 copy color: '#353776'

red 53 ◦ green 55 ◦ blue 118

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

Shades of Torea Bay #353776

Tints of Torea Bay #353776

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.34%

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

R = 23.45%
G = 24.34%
B = 52.21%

CMYK

 C value IS 0.55

 M value IS 0.53

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#353776 (or 0x353776) is known color: Torea Bay. HEX triplet: 35, 37 and 76. RGB value is (53,55,118). Sum of RGB (Red+Green+Blue) = 53+55+118=226 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.45% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 118 (46.48% from 255 or 52.21% from 226); Max value from RGB is 118 - color contains mainly: blue. Hex color #353776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353776 is #CAC889. Grayscale: #3D3D3D. Windows color (decimal): -13289610 or 7747381. OLE color: 7747381.

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

Color convert

RGB 53 55 118 -
CMYK 0.55 0.53 0 0.54
HSL 238.15º 0.38% 0.34% -
HSV(B) 238.15º 0.55% 0.46% -
XYZ 6.1 4.8 17.74 -
YUV 61.58 159.84 121.88 -
System Red Green Blue C M Y K H S L
Decimal 53 55 118 0.55 0.53 0 0.54 238.15 0.38 0.34
Hex 35 37 76 37 35 0 36 EE 26 22
Octal 65 67 166 67 65 0 66 356 46 42
Binary 110101 110111 1110110 110111 110101 0 110110 11101110 100110 100010

Color Harmonies of #353776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353776

Black with #353776

Text Example


Text Example

White with #353776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353776; }

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

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

background-color css

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

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

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

border-color css

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

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

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