Html Css Color HEX #353476 Torea Bay

📋 copy color: '#353476'

red 53 ◦ green 52 ◦ blue 118

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

Shades of Torea Bay #353476

Tints of Torea Bay #353476

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.32%

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

R = 23.77%
G = 23.32%
B = 52.91%

CMYK

 C value IS 0.55

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#353476 (or 0x353476) is known color: Torea Bay. HEX triplet: 35, 34 and 76. RGB value is (53,52,118). Sum of RGB (Red+Green+Blue) = 53+52+118=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 118 (46.48% from 255 or 52.91% from 223); Max value from RGB is 118 - color contains mainly: blue. Hex color #353476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353476 is #CACB89. Grayscale: #3B3B3B. Windows color (decimal): -13290378 or 7746613. OLE color: 7746613.

HSL color Cylindrical-coordinate representation of color #353476: hue angle of 240.91º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #353476 is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 52 118 -
CMYK 0.55 0.56 0 0.54
HSL 240.91º 0.39% 0.33% -
HSV(B) 240.91º 0.56% 0.46% -
XYZ 5.97 4.52 17.7 -
YUV 59.82 160.83 123.13 -
System Red Green Blue C M Y K H S L
Decimal 53 52 118 0.55 0.56 0 0.54 240.91 0.39 0.33
Hex 35 34 76 37 38 0 36 F1 27 21
Octal 65 64 166 67 70 0 66 361 47 41
Binary 110101 110100 1110110 110111 111000 0 110110 11110001 100111 100001

Color Harmonies of #353476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353476

Black with #353476

Text Example


Text Example

White with #353476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353476; }

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

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

background-color css

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

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

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

border-color css

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

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

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