Html Css Color HEX #363576 Torea Bay

📋 copy color: '#363576'

red 54 ◦ green 53 ◦ blue 118

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

Shades of Torea Bay #363576

Tints of Torea Bay #363576

RGB

 RED value IS 54 (21.48% from 255) = 24%

 GREEN value IS 53 (21.09% from 255) = 23.56%

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

R = 24%
G = 23.56%
B = 52.44%

CMYK

 C value IS 0.54

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#363576 (or 0x363576) is known color: Torea Bay. HEX triplet: 36, 35 and 76. RGB value is (54,53,118). Sum of RGB (Red+Green+Blue) = 54+53+118=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #363576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363576 is #C9CA89. Grayscale: #3C3C3C. Windows color (decimal): -13224586 or 7746870. OLE color: 7746870.

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

Color convert

RGB 54 53 118 -
CMYK 0.54 0.55 0 0.54
HSL 240.92º 0.38% 0.34% -
HSV(B) 240.92º 0.55% 0.46% -
XYZ 6.06 4.64 17.72 -
YUV 60.71 160.33 123.21 -
System Red Green Blue C M Y K H S L
Decimal 54 53 118 0.54 0.55 0 0.54 240.92 0.38 0.34
Hex 36 35 76 36 37 0 36 F1 26 22
Octal 66 65 166 66 67 0 66 361 46 42
Binary 110110 110101 1110110 110110 110111 0 110110 11110001 100110 100010

Color Harmonies of #363576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363576

Black with #363576

Text Example


Text Example

White with #363576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363576; }

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

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

background-color css

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

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

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

border-color css

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

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

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