Html Css Color HEX #365083 Fun Blue

📋 copy color: '#365083'

red 54 ◦ green 80 ◦ blue 131

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

Shades of Fun Blue #365083

Tints of Fun Blue #365083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 49.43%

R = 20.38%
G = 30.19%
B = 49.43%

CMYK

 C value IS 0.59

 M value IS 0.39

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#365083 (or 0x365083) is known color: Fun Blue. HEX triplet: 36, 50 and 83. RGB value is (54,80,131). Sum of RGB (Red+Green+Blue) = 54+80+131=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 131 (51.56% from 255 or 49.43% from 265); Max value from RGB is 131 - color contains mainly: blue. Hex color #365083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365083 is #C9AF7C. Grayscale: #4D4D4D. Windows color (decimal): -13217661 or 8605750. OLE color: 8605750.

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

Color convert

RGB 54 80 131 -
CMYK 0.59 0.39 0 0.49
HSL 219.74º 0.42% 0.36% -
HSV(B) 219.74º 0.59% 0.51% -
XYZ 8.49 8.16 22.6 -
YUV 78.04 157.89 110.85 -
System Red Green Blue C M Y K H S L
Decimal 54 80 131 0.59 0.39 0 0.49 219.74 0.42 0.36
Hex 36 50 83 3B 27 0 31 DC 2A 24
Octal 66 120 203 73 47 0 61 334 52 44
Binary 110110 1010000 10000011 111011 100111 0 110001 11011100 101010 100100

Color Harmonies of #365083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365083

Black with #365083

Text Example


Text Example

White with #365083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365083; }

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

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

background-color css

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

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

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

border-color css

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

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

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