Html Css Color HEX #364077 Torea Bay

📋 copy color: '#364077'

red 54 ◦ green 64 ◦ blue 119

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

Shades of Torea Bay #364077

Tints of Torea Bay #364077

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27%

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

R = 22.78%
G = 27%
B = 50.21%

CMYK

 C value IS 0.55

 M value IS 0.46

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#364077 (or 0x364077) is known color: Torea Bay. HEX triplet: 36, 40 and 77. RGB value is (54,64,119). Sum of RGB (Red+Green+Blue) = 54+64+119=237 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.78% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 119 (46.88% from 255 or 50.21% from 237); Max value from RGB is 119 - color contains mainly: blue. Hex color #364077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364077 is #C9BF88. Grayscale: #434343. Windows color (decimal): -13221769 or 7815222. OLE color: 7815222.

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

Color convert

RGB 54 64 119 -
CMYK 0.55 0.46 0 0.53
HSL 230.77º 0.38% 0.34% -
HSV(B) 230.77º 0.55% 0.47% -
XYZ 6.68 5.78 18.22 -
YUV 67.28 157.19 118.53 -
System Red Green Blue C M Y K H S L
Decimal 54 64 119 0.55 0.46 0 0.53 230.77 0.38 0.34
Hex 36 40 77 37 2E 0 35 E7 26 22
Octal 66 100 167 67 56 0 65 347 46 42
Binary 110110 1000000 1110111 110111 101110 0 110101 11100111 100110 100010

Color Harmonies of #364077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364077

Black with #364077

Text Example


Text Example

White with #364077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364077; }

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

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

background-color css

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

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

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

border-color css

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

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

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