Html Css Color HEX #365080 Fun Blue

📋 copy color: '#365080'

red 54 ◦ green 80 ◦ blue 128

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

Shades of Fun Blue #365080

Tints of Fun Blue #365080

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.53%

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

R = 20.61%
G = 30.53%
B = 48.85%

CMYK

 C value IS 0.58

 M value IS 0.38

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#365080 (or 0x365080) is known color: Fun Blue. HEX triplet: 36, 50 and 80. RGB value is (54,80,128). Sum of RGB (Red+Green+Blue) = 54+80+128=262 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.61% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 128 (50.39% from 255 or 48.85% from 262); Max value from RGB is 128 - color contains mainly: blue. Hex color #365080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365080 is #C9AF7F. Grayscale: #4D4D4D. Windows color (decimal): -13217664 or 8409142. OLE color: 8409142.

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

Color convert

RGB 54 80 128 -
CMYK 0.58 0.38 0 0.50
HSL 218.92º 0.41% 0.36% -
HSV(B) 218.92º 0.58% 0.5% -
XYZ 8.29 8.08 21.54 -
YUV 77.7 156.39 111.1 -
System Red Green Blue C M Y K H S L
Decimal 54 80 128 0.58 0.38 0 0.50 218.92 0.41 0.36
Hex 36 50 80 3A 26 0 32 DB 29 24
Octal 66 120 200 72 46 0 62 333 51 44
Binary 110110 1010000 10000000 111010 100110 0 110010 11011011 101001 100100

Color Harmonies of #365080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365080

Black with #365080

Text Example


Text Example

White with #365080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365080; }

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

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

background-color css

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

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

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

border-color css

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

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

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