Html Css Color HEX #365484 Fun Blue

📋 copy color: '#365484'

red 54 ◦ green 84 ◦ blue 132

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

Shades of Fun Blue #365484

Tints of Fun Blue #365484

RGB

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

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

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

R = 20%
G = 31.11%
B = 48.89%

CMYK

 C value IS 0.59

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#365484 (or 0x365484) is known color: Fun Blue. HEX triplet: 36, 54 and 84. RGB value is (54,84,132). Sum of RGB (Red+Green+Blue) = 54+84+132=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 132 (51.95% from 255 or 48.89% from 270); Max value from RGB is 132 - color contains mainly: blue. Hex color #365484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365484 is #C9AB7B. Grayscale: #505050. Windows color (decimal): -13216636 or 8672310. OLE color: 8672310.

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

Color convert

RGB 54 84 132 -
CMYK 0.59 0.36 0 0.48
HSL 216.92º 0.42% 0.36% -
HSV(B) 216.92º 0.59% 0.52% -
XYZ 8.86 8.79 23.06 -
YUV 80.5 157.06 109.1 -
System Red Green Blue C M Y K H S L
Decimal 54 84 132 0.59 0.36 0 0.48 216.92 0.42 0.36
Hex 36 54 84 3B 24 0 30 D9 2A 24
Octal 66 124 204 73 44 0 60 331 52 44
Binary 110110 1010100 10000100 111011 100100 0 110000 11011001 101010 100100

Color Harmonies of #365484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365484

Black with #365484

Text Example


Text Example

White with #365484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365484; }

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

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

background-color css

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

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

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

border-color css

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

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

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