Html Css Color HEX #365085 Fun Blue

📋 copy color: '#365085'

red 54 ◦ green 80 ◦ blue 133

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

Shades of Fun Blue #365085

Tints of Fun Blue #365085

RGB

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

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

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

R = 20.22%
G = 29.96%
B = 49.81%

CMYK

 C value IS 0.59

 M value IS 0.40

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#365085 (or 0x365085) is known color: Fun Blue. HEX triplet: 36, 50 and 85. RGB value is (54,80,133). Sum of RGB (Red+Green+Blue) = 54+80+133=267 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.22% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 133 (52.34% from 255 or 49.81% from 267); Max value from RGB is 133 - color contains mainly: blue. Hex color #365085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365085 is #C9AF7A. Grayscale: #4E4E4E. Windows color (decimal): -13217659 or 8736822. OLE color: 8736822.

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

Color convert

RGB 54 80 133 -
CMYK 0.59 0.40 0 0.48
HSL 220.25º 0.42% 0.37% -
HSV(B) 220.25º 0.59% 0.52% -
XYZ 8.62 8.22 23.32 -
YUV 78.27 158.89 110.69 -
System Red Green Blue C M Y K H S L
Decimal 54 80 133 0.59 0.40 0 0.48 220.25 0.42 0.37
Hex 36 50 85 3B 28 0 30 DC 2A 25
Octal 66 120 205 73 50 0 60 334 52 45
Binary 110110 1010000 10000101 111011 101000 0 110000 11011100 101010 100101

Color Harmonies of #365085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365085

Black with #365085

Text Example


Text Example

White with #365085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365085; }

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

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

background-color css

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

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

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

border-color css

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

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

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