Html Css Color HEX #364978 Resolution Blue

📋 copy color: '#364978'

red 54 ◦ green 73 ◦ blue 120

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

Shades of Resolution Blue #364978

Tints of Resolution Blue #364978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 48.58%

R = 21.86%
G = 29.55%
B = 48.58%

CMYK

 C value IS 0.55

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#364978 (or 0x364978) is known color: Resolution Blue. HEX triplet: 36, 49 and 78. RGB value is (54,73,120). Sum of RGB (Red+Green+Blue) = 54+73+120=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 120 (47.27% from 255 or 48.58% from 247); Max value from RGB is 120 - color contains mainly: blue. Hex color #364978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364978 is #C9B687. Grayscale: #484848. Windows color (decimal): -13219464 or 7883062. OLE color: 7883062.

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

Color convert

RGB 54 73 120 -
CMYK 0.55 0.39 0 0.53
HSL 222.73º 0.38% 0.34% -
HSV(B) 222.73º 0.55% 0.47% -
XYZ 7.29 6.91 18.72 -
YUV 72.68 154.71 114.68 -
System Red Green Blue C M Y K H S L
Decimal 54 73 120 0.55 0.39 0 0.53 222.73 0.38 0.34
Hex 36 49 78 37 27 0 35 DF 26 22
Octal 66 111 170 67 47 0 65 337 46 42
Binary 110110 1001001 1111000 110111 100111 0 110101 11011111 100110 100010

Color Harmonies of #364978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364978

Black with #364978

Text Example


Text Example

White with #364978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364978; }

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

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

background-color css

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

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

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

border-color css

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

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

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