Html Css Color HEX #365185 Fun Blue

📋 copy color: '#365185'

red 54 ◦ green 81 ◦ blue 133

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

Shades of Fun Blue #365185

Tints of Fun Blue #365185

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.22%

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

R = 20.15%
G = 30.22%
B = 49.63%

CMYK

 C value IS 0.59

 M value IS 0.39

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#365185 (or 0x365185) is known color: Fun Blue. HEX triplet: 36, 51 and 85. RGB value is (54,81,133). Sum of RGB (Red+Green+Blue) = 54+81+133=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 133 (52.34% from 255 or 49.63% from 268); Max value from RGB is 133 - color contains mainly: blue. Hex color #365185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365185 is #C9AE7A. Grayscale: #4E4E4E. Windows color (decimal): -13217403 or 8737078. OLE color: 8737078.

HSL color Cylindrical-coordinate representation of color #365185: hue angle of 219.49º 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 #365185 is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 81 133 -
CMYK 0.59 0.39 0 0.48
HSL 219.49º 0.42% 0.37% -
HSV(B) 219.49º 0.59% 0.52% -
XYZ 8.7 8.36 23.35 -
YUV 78.86 158.55 110.27 -
System Red Green Blue C M Y K H S L
Decimal 54 81 133 0.59 0.39 0 0.48 219.49 0.42 0.37
Hex 36 51 85 3B 27 0 30 DB 2A 25
Octal 66 121 205 73 47 0 60 333 52 45
Binary 110110 1010001 10000101 111011 100111 0 110000 11011011 101010 100101

Color Harmonies of #365185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365185

Black with #365185

Text Example


Text Example

White with #365185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365185; }

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

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

background-color css

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

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

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

border-color css

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

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

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