Html Css Color HEX #363C77 Torea Bay

📋 copy color: '#363C77'

red 54 ◦ green 60 ◦ blue 119

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

Shades of Torea Bay #363C77

Tints of Torea Bay #363C77

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.75%

 BLUE value IS 119 (46.88% from 255) = 51.07%

R = 23.18%
G = 25.75%
B = 51.07%

CMYK

 C value IS 0.55

 M value IS 0.50

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#363C77 (or 0x363C77) is known color: Torea Bay. HEX triplet: 36, 3C and 77. RGB value is (54,60,119). Sum of RGB (Red+Green+Blue) = 54+60+119=233 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.18% from 233); Green value is 60 (23.83% from 255 or 25.75% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #363C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363C77 is #C9C388. Grayscale: #404040. Windows color (decimal): -13222793 or 7814198. OLE color: 7814198.

HSL color Cylindrical-coordinate representation of color #363C77: hue angle of 234.46º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #363C77 is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 54 60 119 -
CMYK 0.55 0.50 0 0.53
HSL 234.46º 0.38% 0.34% -
HSV(B) 234.46º 0.55% 0.47% -
XYZ 6.47 5.35 18.14 -
YUV 64.93 158.51 120.2 -
System Red Green Blue C M Y K H S L
Decimal 54 60 119 0.55 0.50 0 0.53 234.46 0.38 0.34
Hex 36 3C 77 37 32 0 35 EA 26 22
Octal 66 74 167 67 62 0 65 352 46 42
Binary 110110 111100 1110111 110111 110010 0 110101 11101010 100110 100010

Color Harmonies of #363C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363C77

Black with #363C77

Text Example


Text Example

White with #363C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363C77; }

 p { color: rgb(54,60,119); }

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

background-color css

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

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

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

border-color css

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

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

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