Html Css Color HEX #364676 Resolution Blue

📋 copy color: '#364676'

red 54 ◦ green 70 ◦ blue 118

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

Shades of Resolution Blue #364676

Tints of Resolution Blue #364676

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.93%

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

R = 22.31%
G = 28.93%
B = 48.76%

CMYK

 C value IS 0.54

 M value IS 0.41

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#364676 (or 0x364676) is known color: Resolution Blue. HEX triplet: 36, 46 and 76. RGB value is (54,70,118). Sum of RGB (Red+Green+Blue) = 54+70+118=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #364676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364676 is #C9B989. Grayscale: #464646. Windows color (decimal): -13220234 or 7751222. OLE color: 7751222.

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

Color convert

RGB 54 70 118 -
CMYK 0.54 0.41 0 0.54
HSL 225º 0.37% 0.34% -
HSV(B) 225º 0.54% 0.46% -
XYZ 6.98 6.47 18.02 -
YUV 70.69 154.7 116.1 -
System Red Green Blue C M Y K H S L
Decimal 54 70 118 0.54 0.41 0 0.54 225 0.37 0.34
Hex 36 46 76 36 29 0 36 E1 25 22
Octal 66 106 166 66 51 0 66 341 45 42
Binary 110110 1000110 1110110 110110 101001 0 110110 11100001 100101 100010

Color Harmonies of #364676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364676

Black with #364676

Text Example


Text Example

White with #364676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364676; }

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

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

background-color css

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

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

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

border-color css

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

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

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