Html Css Color HEX #364576 Resolution Blue

📋 copy color: '#364576'

red 54 ◦ green 69 ◦ blue 118

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

Shades of Resolution Blue #364576

Tints of Resolution Blue #364576

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.63%

 BLUE value IS 118 (46.48% from 255) = 48.96%

R = 22.41%
G = 28.63%
B = 48.96%

CMYK

 C value IS 0.54

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#364576 (or 0x364576) is known color: Resolution Blue. HEX triplet: 36, 45 and 76. RGB value is (54,69,118). Sum of RGB (Red+Green+Blue) = 54+69+118=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 118 (46.48% from 255 or 48.96% from 241); Max value from RGB is 118 - color contains mainly: blue. Hex color #364576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364576 is #C9BA89. Grayscale: #454545. Windows color (decimal): -13220490 or 7750966. OLE color: 7750966.

HSL color Cylindrical-coordinate representation of color #364576: hue angle of 225.94º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #364576 is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 54 69 118 -
CMYK 0.54 0.42 0 0.54
HSL 225.94º 0.37% 0.34% -
HSV(B) 225.94º 0.54% 0.46% -
XYZ 6.92 6.35 18 -
YUV 70.1 155.03 116.52 -
System Red Green Blue C M Y K H S L
Decimal 54 69 118 0.54 0.42 0 0.54 225.94 0.37 0.34
Hex 36 45 76 36 2A 0 36 E2 25 22
Octal 66 105 166 66 52 0 66 342 45 42
Binary 110110 1000101 1110110 110110 101010 0 110110 11100010 100101 100010

Color Harmonies of #364576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364576

Black with #364576

Text Example


Text Example

White with #364576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364576; }

 p { color: rgb(54,69,118); }

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

background-color css

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

 a { background-color: rgb(54,69,118); }

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

border-color css

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

 span { border-color: rgb(54,69,118); }

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