Html Css Color HEX #363676 Torea Bay

📋 copy color: '#363676'

red 54 ◦ green 54 ◦ blue 118

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

Shades of Torea Bay #363676

Tints of Torea Bay #363676

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.89%

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

R = 23.89%
G = 23.89%
B = 52.21%

CMYK

 C value IS 0.54

 M value IS 0.54

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#363676 (or 0x363676) is known color: Torea Bay. HEX triplet: 36, 36 and 76. RGB value is (54,54,118). Sum of RGB (Red+Green+Blue) = 54+54+118=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 54 (21.48% from 255 or 23.89% 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 #363676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363676 is #C9C989. Grayscale: #3D3D3D. Windows color (decimal): -13224330 or 7747126. OLE color: 7747126.

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

Color convert

RGB 54 54 118 -
CMYK 0.54 0.54 0 0.54
HSL 240º 0.37% 0.34% -
HSV(B) 240º 0.54% 0.46% -
XYZ 6.11 4.73 17.73 -
YUV 61.3 160 122.8 -
System Red Green Blue C M Y K H S L
Decimal 54 54 118 0.54 0.54 0 0.54 240 0.37 0.34
Hex 36 36 76 36 36 0 36 F0 25 22
Octal 66 66 166 66 66 0 66 360 45 42
Binary 110110 110110 1110110 110110 110110 0 110110 11110000 100101 100010

Color Harmonies of #363676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363676

Black with #363676

Text Example


Text Example

White with #363676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363676; }

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

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

background-color css

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

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

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

border-color css

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

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

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