Html Css Color HEX #364975 Resolution Blue

📋 copy color: '#364975'

red 54 ◦ green 73 ◦ blue 117

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

Shades of Resolution Blue #364975

Tints of Resolution Blue #364975

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.92%

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

R = 22.13%
G = 29.92%
B = 47.95%

CMYK

 C value IS 0.54

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#364975 (or 0x364975) is known color: Resolution Blue. HEX triplet: 36, 49 and 75. RGB value is (54,73,117). Sum of RGB (Red+Green+Blue) = 54+73+117=244 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.13% from 244); Green value is 73 (28.91% from 255 or 29.92% from 244); Blue value is 117 (46.09% from 255 or 47.95% from 244); Max value from RGB is 117 - color contains mainly: blue. Hex color #364975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364975 is #C9B68A. Grayscale: #484848. Windows color (decimal): -13219467 or 7686454. OLE color: 7686454.

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

Color convert

RGB 54 73 117 -
CMYK 0.54 0.38 0 0.54
HSL 221.9º 0.37% 0.34% -
HSV(B) 221.9º 0.54% 0.46% -
XYZ 7.11 6.83 17.77 -
YUV 72.34 153.21 114.92 -
System Red Green Blue C M Y K H S L
Decimal 54 73 117 0.54 0.38 0 0.54 221.9 0.37 0.34
Hex 36 49 75 36 26 0 36 DE 25 22
Octal 66 111 165 66 46 0 66 336 45 42
Binary 110110 1001001 1110101 110110 100110 0 110110 11011110 100101 100010

Color Harmonies of #364975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364975

Black with #364975

Text Example


Text Example

White with #364975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364975; }

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

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

background-color css

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

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

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

border-color css

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

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

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