Html Css Color HEX #365082 Fun Blue

📋 copy color: '#365082'

red 54 ◦ green 80 ◦ blue 130

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

Shades of Fun Blue #365082

Tints of Fun Blue #365082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 49.24%

R = 20.45%
G = 30.3%
B = 49.24%

CMYK

 C value IS 0.58

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#365082 (or 0x365082) is known color: Fun Blue. HEX triplet: 36, 50 and 82. RGB value is (54,80,130). Sum of RGB (Red+Green+Blue) = 54+80+130=264 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.45% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 130 (51.17% from 255 or 49.24% from 264); Max value from RGB is 130 - color contains mainly: blue. Hex color #365082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365082 is #C9AF7D. Grayscale: #4D4D4D. Windows color (decimal): -13217662 or 8540214. OLE color: 8540214.

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

Color convert

RGB 54 80 130 -
CMYK 0.58 0.38 0 0.49
HSL 219.47º 0.41% 0.36% -
HSV(B) 219.47º 0.58% 0.51% -
XYZ 8.42 8.13 22.25 -
YUV 77.93 157.39 110.93 -
System Red Green Blue C M Y K H S L
Decimal 54 80 130 0.58 0.38 0 0.49 219.47 0.41 0.36
Hex 36 50 82 3A 26 0 31 DB 29 24
Octal 66 120 202 72 46 0 61 333 51 44
Binary 110110 1010000 10000010 111010 100110 0 110001 11011011 101001 100100

Color Harmonies of #365082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365082

Black with #365082

Text Example


Text Example

White with #365082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365082; }

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

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

background-color css

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

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

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

border-color css

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

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

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