Html Css Color HEX #364973 Resolution Blue

📋 copy color: '#364973'

red 54 ◦ green 73 ◦ blue 115

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

Shades of Resolution Blue #364973

Tints of Resolution Blue #364973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 47.52%

R = 22.31%
G = 30.17%
B = 47.52%

CMYK

 C value IS 0.53

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#364973 (or 0x364973) is known color: Resolution Blue. HEX triplet: 36, 49 and 73. RGB value is (54,73,115). Sum of RGB (Red+Green+Blue) = 54+73+115=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 115 (45.31% from 255 or 47.52% from 242); Max value from RGB is 115 - color contains mainly: blue. Hex color #364973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364973 is #C9B68C. Grayscale: #474747. Windows color (decimal): -13219469 or 7555382. OLE color: 7555382.

HSL color Cylindrical-coordinate representation of color #364973: hue angle of 221.31º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #364973 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 73 115 -
CMYK 0.53 0.37 0 0.55
HSL 221.31º 0.36% 0.33% -
HSV(B) 221.31º 0.53% 0.45% -
XYZ 7 6.79 17.16 -
YUV 72.11 152.21 115.08 -
System Red Green Blue C M Y K H S L
Decimal 54 73 115 0.53 0.37 0 0.55 221.31 0.36 0.33
Hex 36 49 73 35 25 0 37 DD 24 21
Octal 66 111 163 65 45 0 67 335 44 41
Binary 110110 1001001 1110011 110101 100101 0 110111 11011101 100100 100001

Color Harmonies of #364973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364973

Black with #364973

Text Example


Text Example

White with #364973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364973; }

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

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

background-color css

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

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

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

border-color css

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

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

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