Html Css Color HEX #365286 Fun Blue

📋 copy color: '#365286'

red 54 ◦ green 82 ◦ blue 134

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

Shades of Fun Blue #365286

Tints of Fun Blue #365286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 49.63%

R = 20%
G = 30.37%
B = 49.63%

CMYK

 C value IS 0.60

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#365286 (or 0x365286) is known color: Fun Blue. HEX triplet: 36, 52 and 86. RGB value is (54,82,134). Sum of RGB (Red+Green+Blue) = 54+82+134=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 134 (52.73% from 255 or 49.63% from 270); Max value from RGB is 134 - color contains mainly: blue. Hex color #365286 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365286 is #C9AD79. Grayscale: #4F4F4F. Windows color (decimal): -13217146 or 8802870. OLE color: 8802870.

HSL color Cylindrical-coordinate representation of color #365286: hue angle of 219º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #365286 is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 82 134 -
CMYK 0.60 0.39 0 0.47
HSL 219º 0.43% 0.37% -
HSV(B) 219º 0.6% 0.53% -
XYZ 8.84 8.54 23.74 -
YUV 79.56 158.72 109.77 -
System Red Green Blue C M Y K H S L
Decimal 54 82 134 0.60 0.39 0 0.47 219 0.43 0.37
Hex 36 52 86 3C 27 0 2F DB 2B 25
Octal 66 122 206 74 47 0 57 333 53 45
Binary 110110 1010010 10000110 111100 100111 0 101111 11011011 101011 100101

Color Harmonies of #365286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365286

Black with #365286

Text Example


Text Example

White with #365286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365286; }

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

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

background-color css

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

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

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

border-color css

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

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

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