Html Css Color HEX #365280 Fun Blue

📋 copy color: '#365280'

red 54 ◦ green 82 ◦ blue 128

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

Shades of Fun Blue #365280

Tints of Fun Blue #365280

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.06%

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

R = 20.45%
G = 31.06%
B = 48.48%

CMYK

 C value IS 0.58

 M value IS 0.36

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#365280 (or 0x365280) is known color: Fun Blue. HEX triplet: 36, 52 and 80. RGB value is (54,82,128). Sum of RGB (Red+Green+Blue) = 54+82+128=264 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.45% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 128 (50.39% from 255 or 48.48% from 264); Max value from RGB is 128 - color contains mainly: blue. Hex color #365280 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365280 is #C9AD7F. Grayscale: #4E4E4E. Windows color (decimal): -13217152 or 8409654. OLE color: 8409654.

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

Color convert

RGB 54 82 128 -
CMYK 0.58 0.36 0 0.50
HSL 217.3º 0.41% 0.36% -
HSV(B) 217.3º 0.58% 0.5% -
XYZ 8.43 8.38 21.59 -
YUV 78.87 155.72 110.26 -
System Red Green Blue C M Y K H S L
Decimal 54 82 128 0.58 0.36 0 0.50 217.3 0.41 0.36
Hex 36 52 80 3A 24 0 32 D9 29 24
Octal 66 122 200 72 44 0 62 331 51 44
Binary 110110 1010010 10000000 111010 100100 0 110010 11011001 101001 100100

Color Harmonies of #365280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365280

Black with #365280

Text Example


Text Example

White with #365280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365280; }

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

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

background-color css

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

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

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

border-color css

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

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

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