Html Css Color HEX #365284 Fun Blue

📋 copy color: '#365284'

red 54 ◦ green 82 ◦ blue 132

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

Shades of Fun Blue #365284

Tints of Fun Blue #365284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 49.25%

R = 20.15%
G = 30.6%
B = 49.25%

CMYK

 C value IS 0.59

 M value IS 0.38

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#365284 (or 0x365284) is known color: Fun Blue. HEX triplet: 36, 52 and 84. RGB value is (54,82,132). Sum of RGB (Red+Green+Blue) = 54+82+132=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 132 (51.95% from 255 or 49.25% from 268); Max value from RGB is 132 - color contains mainly: blue. Hex color #365284 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365284 is #C9AD7B. Grayscale: #4F4F4F. Windows color (decimal): -13217148 or 8671798. OLE color: 8671798.

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

Color convert

RGB 54 82 132 -
CMYK 0.59 0.38 0 0.48
HSL 218.46º 0.42% 0.36% -
HSV(B) 218.46º 0.59% 0.52% -
XYZ 8.7 8.48 23.01 -
YUV 79.33 157.72 109.93 -
System Red Green Blue C M Y K H S L
Decimal 54 82 132 0.59 0.38 0 0.48 218.46 0.42 0.36
Hex 36 52 84 3B 26 0 30 DA 2A 24
Octal 66 122 204 73 46 0 60 332 52 44
Binary 110110 1010010 10000100 111011 100110 0 110000 11011010 101010 100100

Color Harmonies of #365284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365284

Black with #365284

Text Example


Text Example

White with #365284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365284; }

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

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

background-color css

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

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

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

border-color css

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

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

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