Html Css Color HEX #364180 Torea Bay

📋 copy color: '#364180'

red 54 ◦ green 65 ◦ blue 128

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

Shades of Torea Bay #364180

Tints of Torea Bay #364180

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.32%

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

R = 21.86%
G = 26.32%
B = 51.82%

CMYK

 C value IS 0.58

 M value IS 0.49

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#364180 (or 0x364180) is known color: Torea Bay. HEX triplet: 36, 41 and 80. RGB value is (54,65,128). Sum of RGB (Red+Green+Blue) = 54+65+128=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 128 (50.39% from 255 or 51.82% from 247); Max value from RGB is 128 - color contains mainly: blue. Hex color #364180 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364180 is #C9BE7F. Grayscale: #444444. Windows color (decimal): -13221504 or 8405302. OLE color: 8405302.

HSL color Cylindrical-coordinate representation of color #364180: hue angle of 231.08º 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 #364180 is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 65 128 -
CMYK 0.58 0.49 0 0.50
HSL 231.08º 0.41% 0.36% -
HSV(B) 231.08º 0.58% 0.5% -
XYZ 7.31 6.12 21.22 -
YUV 68.89 161.36 117.38 -
System Red Green Blue C M Y K H S L
Decimal 54 65 128 0.58 0.49 0 0.50 231.08 0.41 0.36
Hex 36 41 80 3A 31 0 32 E7 29 24
Octal 66 101 200 72 61 0 62 347 51 44
Binary 110110 1000001 10000000 111010 110001 0 110010 11100111 101001 100100

Color Harmonies of #364180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364180

Black with #364180

Text Example


Text Example

White with #364180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364180; }

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

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

background-color css

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

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

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

border-color css

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

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

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