Html Css Color HEX #364979 Resolution Blue

📋 copy color: '#364979'

red 54 ◦ green 73 ◦ blue 121

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

Shades of Resolution Blue #364979

Tints of Resolution Blue #364979

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.44%

 BLUE value IS 121 (47.66% from 255) = 48.79%

R = 21.77%
G = 29.44%
B = 48.79%

CMYK

 C value IS 0.55

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#364979 (or 0x364979) is known color: Resolution Blue. HEX triplet: 36, 49 and 79. RGB value is (54,73,121). Sum of RGB (Red+Green+Blue) = 54+73+121=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 121 (47.66% from 255 or 48.79% from 248); Max value from RGB is 121 - color contains mainly: blue. Hex color #364979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364979 is #C9B686. Grayscale: #484848. Windows color (decimal): -13219463 or 7948598. OLE color: 7948598.

HSL color Cylindrical-coordinate representation of color #364979: hue angle of 222.99º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #364979 is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 54 73 121 -
CMYK 0.55 0.40 0 0.53
HSL 222.99º 0.38% 0.34% -
HSV(B) 222.99º 0.55% 0.47% -
XYZ 7.36 6.93 19.04 -
YUV 72.79 155.21 114.6 -
System Red Green Blue C M Y K H S L
Decimal 54 73 121 0.55 0.40 0 0.53 222.99 0.38 0.34
Hex 36 49 79 37 28 0 35 DF 26 22
Octal 66 111 171 67 50 0 65 337 46 42
Binary 110110 1001001 1111001 110111 101000 0 110101 11011111 100110 100010

Color Harmonies of #364979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364979

Black with #364979

Text Example


Text Example

White with #364979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364979; }

 p { color: rgb(54,73,121); }

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

background-color css

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

 a { background-color: rgb(54,73,121); }

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

border-color css

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

 span { border-color: rgb(54,73,121); }

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