Html Css Color HEX #363776 Torea Bay

📋 copy color: '#363776'

red 54 ◦ green 55 ◦ blue 118

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

Shades of Torea Bay #363776

Tints of Torea Bay #363776

RGB

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

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

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

R = 23.79%
G = 24.23%
B = 51.98%

CMYK

 C value IS 0.54

 M value IS 0.53

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#363776 (or 0x363776) is known color: Torea Bay. HEX triplet: 36, 37 and 76. RGB value is (54,55,118). Sum of RGB (Red+Green+Blue) = 54+55+118=227 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.79% from 227); Green value is 55 (21.88% from 255 or 24.23% from 227); Blue value is 118 (46.48% from 255 or 51.98% from 227); Max value from RGB is 118 - color contains mainly: blue. Hex color #363776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363776 is #C9C889. Grayscale: #3D3D3D. Windows color (decimal): -13224074 or 7747382. OLE color: 7747382.

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

Color convert

RGB 54 55 118 -
CMYK 0.54 0.53 0 0.54
HSL 239.06º 0.37% 0.34% -
HSV(B) 239.06º 0.54% 0.46% -
XYZ 6.16 4.82 17.75 -
YUV 61.88 159.67 122.38 -
System Red Green Blue C M Y K H S L
Decimal 54 55 118 0.54 0.53 0 0.54 239.06 0.37 0.34
Hex 36 37 76 36 35 0 36 EF 25 22
Octal 66 67 166 66 65 0 66 357 45 42
Binary 110110 110111 1110110 110110 110101 0 110110 11101111 100101 100010

Color Harmonies of #363776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363776

Black with #363776

Text Example


Text Example

White with #363776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363776; }

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

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

background-color css

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

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

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

border-color css

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

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

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