Html Css Color HEX #363C78 Torea Bay

📋 copy color: '#363C78'

red 54 ◦ green 60 ◦ blue 120

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

Shades of Torea Bay #363C78

Tints of Torea Bay #363C78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 51.28%

R = 23.08%
G = 25.64%
B = 51.28%

CMYK

 C value IS 0.55

 M value IS 0.5

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#363C78 (or 0x363C78) is known color: Torea Bay. HEX triplet: 36, 3C and 78. RGB value is (54,60,120). Sum of RGB (Red+Green+Blue) = 54+60+120=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 60 (23.83% from 255 or 25.64% from 234); Blue value is 120 (47.27% from 255 or 51.28% from 234); Max value from RGB is 120 - color contains mainly: blue. Hex color #363C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363C78 is #C9C387. Grayscale: #404040. Windows color (decimal): -13222792 or 7879734. OLE color: 7879734.

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

Color convert

RGB 54 60 120 -
CMYK 0.55 0.5 0 0.53
HSL 234.55º 0.38% 0.34% -
HSV(B) 234.55º 0.55% 0.47% -
XYZ 6.53 5.37 18.46 -
YUV 65.05 159.01 120.12 -
System Red Green Blue C M Y K H S L
Decimal 54 60 120 0.55 0.5 0 0.53 234.55 0.38 0.34
Hex 36 3C 78 37 32 0 35 EB 26 22
Octal 66 74 170 67 62 0 65 353 46 42
Binary 110110 111100 1111000 110111 110010 0 110101 11101011 100110 100010

Color Harmonies of #363C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363C78

Black with #363C78

Text Example


Text Example

White with #363C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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