Html Css Color HEX #364779 Resolution Blue

📋 copy color: '#364779'

red 54 ◦ green 71 ◦ blue 121

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

Shades of Resolution Blue #364779

Tints of Resolution Blue #364779

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.86%

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

R = 21.95%
G = 28.86%
B = 49.19%

CMYK

 C value IS 0.55

 M value IS 0.41

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#364779 (or 0x364779) is known color: Resolution Blue. HEX triplet: 36, 47 and 79. RGB value is (54,71,121). Sum of RGB (Red+Green+Blue) = 54+71+121=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 71 (28.12% from 255 or 28.86% from 246); Blue value is 121 (47.66% from 255 or 49.19% from 246); Max value from RGB is 121 - color contains mainly: blue. Hex color #364779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364779 is #C9B886. Grayscale: #474747. Windows color (decimal): -13219975 or 7948086. OLE color: 7948086.

HSL color Cylindrical-coordinate representation of color #364779: hue angle of 224.78º 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 #364779 is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 54 71 121 -
CMYK 0.55 0.41 0 0.53
HSL 224.78º 0.38% 0.34% -
HSV(B) 224.78º 0.55% 0.47% -
XYZ 7.23 6.67 19 -
YUV 71.62 155.87 115.43 -
System Red Green Blue C M Y K H S L
Decimal 54 71 121 0.55 0.41 0 0.53 224.78 0.38 0.34
Hex 36 47 79 37 29 0 35 E1 26 22
Octal 66 107 171 67 51 0 65 341 46 42
Binary 110110 1000111 1111001 110111 101001 0 110101 11100001 100110 100010

Color Harmonies of #364779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364779

Black with #364779

Text Example


Text Example

White with #364779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364779; }

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

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

background-color css

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

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

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

border-color css

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

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

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