Html Css Color HEX #364176 Resolution Blue

📋 copy color: '#364176'

red 54 ◦ green 65 ◦ blue 118

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

Shades of Resolution Blue #364176

Tints of Resolution Blue #364176

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.43%

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

R = 22.78%
G = 27.43%
B = 49.79%

CMYK

 C value IS 0.54

 M value IS 0.45

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#364176 (or 0x364176) is known color: Resolution Blue. HEX triplet: 36, 41 and 76. RGB value is (54,65,118). Sum of RGB (Red+Green+Blue) = 54+65+118=237 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.78% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 118 (46.48% from 255 or 49.79% from 237); Max value from RGB is 118 - color contains mainly: blue. Hex color #364176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364176 is #C9BE89. Grayscale: #434343. Windows color (decimal): -13221514 or 7749942. OLE color: 7749942.

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

Color convert

RGB 54 65 118 -
CMYK 0.54 0.45 0 0.54
HSL 229.69º 0.37% 0.34% -
HSV(B) 229.69º 0.54% 0.46% -
XYZ 6.68 5.87 17.92 -
YUV 67.75 156.36 118.19 -
System Red Green Blue C M Y K H S L
Decimal 54 65 118 0.54 0.45 0 0.54 229.69 0.37 0.34
Hex 36 41 76 36 2D 0 36 E6 25 22
Octal 66 101 166 66 55 0 66 346 45 42
Binary 110110 1000001 1110110 110110 101101 0 110110 11100110 100101 100010

Color Harmonies of #364176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364176

Black with #364176

Text Example


Text Example

White with #364176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364176; }

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

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

background-color css

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

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

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

border-color css

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

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

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