Html Css Color HEX #365485 Fun Blue

📋 copy color: '#365485'

red 54 ◦ green 84 ◦ blue 133

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

Shades of Fun Blue #365485

Tints of Fun Blue #365485

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31%

 BLUE value IS 133 (52.34% from 255) = 49.08%

R = 19.93%
G = 31%
B = 49.08%

CMYK

 C value IS 0.59

 M value IS 0.37

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#365485 (or 0x365485) is known color: Fun Blue. HEX triplet: 36, 54 and 85. RGB value is (54,84,133). Sum of RGB (Red+Green+Blue) = 54+84+133=271 (35% of max value = 765). Red value is 54 (21.48% from 255 or 19.93% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 133 - color contains mainly: blue. Hex color #365485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365485 is #C9AB7A. Grayscale: #505050. Windows color (decimal): -13216635 or 8737846. OLE color: 8737846.

HSL color Cylindrical-coordinate representation of color #365485: hue angle of 217.22º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #365485 is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 84 133 -
CMYK 0.59 0.37 0 0.48
HSL 217.22º 0.42% 0.37% -
HSV(B) 217.22º 0.59% 0.52% -
XYZ 8.93 8.82 23.42 -
YUV 80.62 157.56 109.02 -
System Red Green Blue C M Y K H S L
Decimal 54 84 133 0.59 0.37 0 0.48 217.22 0.42 0.37
Hex 36 54 85 3B 25 0 30 D9 2A 25
Octal 66 124 205 73 45 0 60 331 52 45
Binary 110110 1010100 10000101 111011 100101 0 110000 11011001 101010 100101

Color Harmonies of #365485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365485

Black with #365485

Text Example


Text Example

White with #365485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365485; }

 p { color: rgb(54,84,133); }

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

background-color css

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

 a { background-color: rgb(54,84,133); }

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

border-color css

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

 span { border-color: rgb(54,84,133); }

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