Html Css Color HEX #363773 Torea Bay

📋 copy color: '#363773'

red 54 ◦ green 55 ◦ blue 115

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

Shades of Torea Bay #363773

Tints of Torea Bay #363773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 51.34%

R = 24.11%
G = 24.55%
B = 51.34%

CMYK

 C value IS 0.53

 M value IS 0.52

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#363773 (or 0x363773) is known color: Torea Bay. HEX triplet: 36, 37 and 73. RGB value is (54,55,115). Sum of RGB (Red+Green+Blue) = 54+55+115=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 55 (21.88% from 255 or 24.55% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #363773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363773 is #C9C88C. Grayscale: #3D3D3D. Windows color (decimal): -13224077 or 7550774. OLE color: 7550774.

HSL color Cylindrical-coordinate representation of color #363773: hue angle of 239.02º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #363773 is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 55 115 -
CMYK 0.53 0.52 0 0.55
HSL 239.02º 0.36% 0.33% -
HSV(B) 239.02º 0.53% 0.45% -
XYZ 5.98 4.75 16.82 -
YUV 61.54 158.17 122.62 -
System Red Green Blue C M Y K H S L
Decimal 54 55 115 0.53 0.52 0 0.55 239.02 0.36 0.33
Hex 36 37 73 35 34 0 37 EF 24 21
Octal 66 67 163 65 64 0 67 357 44 41
Binary 110110 110111 1110011 110101 110100 0 110111 11101111 100100 100001

Color Harmonies of #363773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363773

Black with #363773

Text Example


Text Example

White with #363773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363773; }

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

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

background-color css

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

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

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

border-color css

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

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

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