Html Css Color HEX #364575 Resolution Blue

📋 copy color: '#364575'

red 54 ◦ green 69 ◦ blue 117

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

Shades of Resolution Blue #364575

Tints of Resolution Blue #364575

RGB

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

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

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

R = 22.5%
G = 28.75%
B = 48.75%

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

#364575 (or 0x364575) is known color: Resolution Blue. HEX triplet: 36, 45 and 75. RGB value is (54,69,117). Sum of RGB (Red+Green+Blue) = 54+69+117=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 117 (46.09% from 255 or 48.75% from 240); Max value from RGB is 117 - color contains mainly: blue. Hex color #364575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364575 is #C9BA8A. Grayscale: #454545. Windows color (decimal): -13220491 or 7685430. OLE color: 7685430.

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

Color convert

RGB 54 69 117 -
CMYK 0.54 0.41 0 0.54
HSL 225.71º 0.37% 0.34% -
HSV(B) 225.71º 0.54% 0.46% -
XYZ 6.86 6.32 17.69 -
YUV 69.99 154.53 116.6 -
System Red Green Blue C M Y K H S L
Decimal 54 69 117 0.54 0.41 0 0.54 225.71 0.37 0.34
Hex 36 45 75 36 29 0 36 E2 25 22
Octal 66 105 165 66 51 0 66 342 45 42
Binary 110110 1000101 1110101 110110 101001 0 110110 11100010 100101 100010

Color Harmonies of #364575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364575

Black with #364575

Text Example


Text Example

White with #364575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364575; }

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

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

background-color css

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

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

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

border-color css

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

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

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