Html Css Color HEX #364080 Torea Bay

📋 copy color: '#364080'

red 54 ◦ green 64 ◦ blue 128

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

Shades of Torea Bay #364080

Tints of Torea Bay #364080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 52.03%

R = 21.95%
G = 26.02%
B = 52.03%

CMYK

 C value IS 0.58

 M value IS 0.5

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#364080 (or 0x364080) is known color: Torea Bay. HEX triplet: 36, 40 and 80. RGB value is (54,64,128). Sum of RGB (Red+Green+Blue) = 54+64+128=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 128 (50.39% from 255 or 52.03% from 246); Max value from RGB is 128 - color contains mainly: blue. Hex color #364080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364080 is #C9BF7F. Grayscale: #444444. Windows color (decimal): -13221760 or 8405046. OLE color: 8405046.

HSL color Cylindrical-coordinate representation of color #364080: hue angle of 231.89º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #364080 is Cyan = 0.58, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 64 128 -
CMYK 0.58 0.5 0 0.50
HSL 231.89º 0.41% 0.36% -
HSV(B) 231.89º 0.58% 0.5% -
XYZ 7.25 6.01 21.2 -
YUV 68.31 161.69 117.8 -
System Red Green Blue C M Y K H S L
Decimal 54 64 128 0.58 0.5 0 0.50 231.89 0.41 0.36
Hex 36 40 80 3A 32 0 32 E8 29 24
Octal 66 100 200 72 62 0 62 350 51 44
Binary 110110 1000000 10000000 111010 110010 0 110010 11101000 101001 100100

Color Harmonies of #364080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364080

Black with #364080

Text Example


Text Example

White with #364080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364080; }

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

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

background-color css

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

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

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

border-color css

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

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

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