Html Css Color HEX #363D77 Torea Bay

📋 copy color: '#363D77'

red 54 ◦ green 61 ◦ blue 119

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

Shades of Torea Bay #363D77

Tints of Torea Bay #363D77

RGB

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

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

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

R = 23.08%
G = 26.07%
B = 50.85%

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

#363D77 (or 0x363D77) is known color: Torea Bay. HEX triplet: 36, 3D and 77. RGB value is (54,61,119). Sum of RGB (Red+Green+Blue) = 54+61+119=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 61 (24.22% from 255 or 26.07% from 234); Blue value is 119 (46.88% from 255 or 50.85% from 234); Max value from RGB is 119 - color contains mainly: blue. Hex color #363D77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363D77 is #C9C288. Grayscale: #414141. Windows color (decimal): -13222537 or 7814454. OLE color: 7814454.

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

Color convert

RGB 54 61 119 -
CMYK 0.55 0.49 0 0.53
HSL 233.54º 0.38% 0.34% -
HSV(B) 233.54º 0.55% 0.47% -
XYZ 6.52 5.45 18.16 -
YUV 65.52 158.18 119.78 -
System Red Green Blue C M Y K H S L
Decimal 54 61 119 0.55 0.49 0 0.53 233.54 0.38 0.34
Hex 36 3D 77 37 31 0 35 EA 26 22
Octal 66 75 167 67 61 0 65 352 46 42
Binary 110110 111101 1110111 110111 110001 0 110101 11101010 100110 100010

Color Harmonies of #363D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363D77

Black with #363D77

Text Example


Text Example

White with #363D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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