Html Css Color HEX #364580 Resolution Blue

📋 copy color: '#364580'

red 54 ◦ green 69 ◦ blue 128

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

Shades of Resolution Blue #364580

Tints of Resolution Blue #364580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 51%

R = 21.51%
G = 27.49%
B = 51%

CMYK

 C value IS 0.58

 M value IS 0.46

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#364580 (or 0x364580) is known color: Resolution Blue. HEX triplet: 36, 45 and 80. RGB value is (54,69,128). Sum of RGB (Red+Green+Blue) = 54+69+128=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 128 (50.39% from 255 or 51.00% from 251); Max value from RGB is 128 - color contains mainly: blue. Hex color #364580 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364580 is #C9BA7F. Grayscale: #464646. Windows color (decimal): -13220480 or 8406326. OLE color: 8406326.

HSL color Cylindrical-coordinate representation of color #364580: hue angle of 227.84º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #364580 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 69 128 -
CMYK 0.58 0.46 0 0.50
HSL 227.84º 0.41% 0.36% -
HSV(B) 227.84º 0.58% 0.5% -
XYZ 7.55 6.6 21.3 -
YUV 71.24 160.03 115.7 -
System Red Green Blue C M Y K H S L
Decimal 54 69 128 0.58 0.46 0 0.50 227.84 0.41 0.36
Hex 36 45 80 3A 2E 0 32 E4 29 24
Octal 66 105 200 72 56 0 62 344 51 44
Binary 110110 1000101 10000000 111010 101110 0 110010 11100100 101001 100100

Color Harmonies of #364580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364580

Black with #364580

Text Example


Text Example

White with #364580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364580; }

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

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

background-color css

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

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

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

border-color css

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

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

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