Html Css Color HEX #364376 Resolution Blue

📋 copy color: '#364376'

red 54 ◦ green 67 ◦ blue 118

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

Shades of Resolution Blue #364376

Tints of Resolution Blue #364376

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.03%

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

R = 22.59%
G = 28.03%
B = 49.37%

CMYK

 C value IS 0.54

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#364376 (or 0x364376) is known color: Resolution Blue. HEX triplet: 36, 43 and 76. RGB value is (54,67,118). Sum of RGB (Red+Green+Blue) = 54+67+118=239 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.59% from 239); Green value is 67 (26.56% from 255 or 28.03% from 239); Blue value is 118 (46.48% from 255 or 49.37% from 239); Max value from RGB is 118 - color contains mainly: blue. Hex color #364376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364376 is #C9BC89. Grayscale: #444444. Windows color (decimal): -13221002 or 7750454. OLE color: 7750454.

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

Color convert

RGB 54 67 118 -
CMYK 0.54 0.43 0 0.54
HSL 227.81º 0.37% 0.34% -
HSV(B) 227.81º 0.54% 0.46% -
XYZ 6.8 6.11 17.96 -
YUV 68.93 155.69 117.35 -
System Red Green Blue C M Y K H S L
Decimal 54 67 118 0.54 0.43 0 0.54 227.81 0.37 0.34
Hex 36 43 76 36 2B 0 36 E4 25 22
Octal 66 103 166 66 53 0 66 344 45 42
Binary 110110 1000011 1110110 110110 101011 0 110110 11100100 100101 100010

Color Harmonies of #364376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364376

Black with #364376

Text Example


Text Example

White with #364376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364376; }

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

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

background-color css

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

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

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

border-color css

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

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

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