Html Css Color HEX #363D78 Torea Bay

📋 copy color: '#363D78'

red 54 ◦ green 61 ◦ blue 120

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

Shades of Torea Bay #363D78

Tints of Torea Bay #363D78

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.96%

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

R = 22.98%
G = 25.96%
B = 51.06%

CMYK

 C value IS 0.55

 M value IS 0.49

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#363D78 (or 0x363D78) is known color: Torea Bay. HEX triplet: 36, 3D and 78. RGB value is (54,61,120). Sum of RGB (Red+Green+Blue) = 54+61+120=235 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.98% from 235); Green value is 61 (24.22% from 255 or 25.96% from 235); Blue value is 120 (47.27% from 255 or 51.06% from 235); Max value from RGB is 120 - color contains mainly: blue. Hex color #363D78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363D78 is #C9C287. Grayscale: #414141. Windows color (decimal): -13222536 or 7879990. OLE color: 7879990.

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

Color convert

RGB 54 61 120 -
CMYK 0.55 0.49 0 0.53
HSL 233.64º 0.38% 0.34% -
HSV(B) 233.64º 0.55% 0.47% -
XYZ 6.58 5.48 18.48 -
YUV 65.63 158.68 119.7 -
System Red Green Blue C M Y K H S L
Decimal 54 61 120 0.55 0.49 0 0.53 233.64 0.38 0.34
Hex 36 3D 78 37 31 0 35 EA 26 22
Octal 66 75 170 67 61 0 65 352 46 42
Binary 110110 111101 1111000 110111 110001 0 110101 11101010 100110 100010

Color Harmonies of #363D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363D78

Black with #363D78

Text Example


Text Example

White with #363D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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