Html Css Color HEX #364175 Resolution Blue

📋 copy color: '#364175'

red 54 ◦ green 65 ◦ blue 117

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

Shades of Resolution Blue #364175

Tints of Resolution Blue #364175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 49.58%

R = 22.88%
G = 27.54%
B = 49.58%

CMYK

 C value IS 0.54

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#364175 (or 0x364175) is known color: Resolution Blue. HEX triplet: 36, 41 and 75. RGB value is (54,65,117). Sum of RGB (Red+Green+Blue) = 54+65+117=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 117 (46.09% from 255 or 49.58% from 236); Max value from RGB is 117 - color contains mainly: blue. Hex color #364175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364175 is #C9BE8A. Grayscale: #434343. Windows color (decimal): -13221515 or 7684406. OLE color: 7684406.

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

Color convert

RGB 54 65 117 -
CMYK 0.54 0.44 0 0.54
HSL 229.52º 0.37% 0.34% -
HSV(B) 229.52º 0.54% 0.46% -
XYZ 6.62 5.85 17.61 -
YUV 67.64 155.86 118.27 -
System Red Green Blue C M Y K H S L
Decimal 54 65 117 0.54 0.44 0 0.54 229.52 0.37 0.34
Hex 36 41 75 36 2C 0 36 E6 25 22
Octal 66 101 165 66 54 0 66 346 45 42
Binary 110110 1000001 1110101 110110 101100 0 110110 11100110 100101 100010

Color Harmonies of #364175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364175

Black with #364175

Text Example


Text Example

White with #364175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364175; }

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

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

background-color css

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

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

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

border-color css

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

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

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