Html Css Color HEX #363F77 Torea Bay

📋 copy color: '#363F77'

red 54 ◦ green 63 ◦ blue 119

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

Shades of Torea Bay #363F77

Tints of Torea Bay #363F77

RGB

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

 GREEN value IS 63 (25% from 255) = 26.69%

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

R = 22.88%
G = 26.69%
B = 50.42%

CMYK

 C value IS 0.55

 M value IS 0.47

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#363F77 (or 0x363F77) is known color: Torea Bay. HEX triplet: 36, 3F and 77. RGB value is (54,63,119). Sum of RGB (Red+Green+Blue) = 54+63+119=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 63 (25% from 255 or 26.69% from 236); Blue value is 119 (46.88% from 255 or 50.42% from 236); Max value from RGB is 119 - color contains mainly: blue. Hex color #363F77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363F77 is #C9C088. Grayscale: #424242. Windows color (decimal): -13222025 or 7814966. OLE color: 7814966.

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

Color convert

RGB 54 63 119 -
CMYK 0.55 0.47 0 0.53
HSL 231.69º 0.38% 0.34% -
HSV(B) 231.69º 0.55% 0.47% -
XYZ 6.63 5.67 18.2 -
YUV 66.69 157.52 118.95 -
System Red Green Blue C M Y K H S L
Decimal 54 63 119 0.55 0.47 0 0.53 231.69 0.38 0.34
Hex 36 3F 77 37 2F 0 35 E8 26 22
Octal 66 77 167 67 57 0 65 350 46 42
Binary 110110 111111 1110111 110111 101111 0 110101 11101000 100110 100010

Color Harmonies of #363F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363F77

Black with #363F77

Text Example


Text Example

White with #363F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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