Html Css Color HEX #364277 Resolution Blue

📋 copy color: '#364277'

red 54 ◦ green 66 ◦ blue 119

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

Shades of Resolution Blue #364277

Tints of Resolution Blue #364277

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.62%

 BLUE value IS 119 (46.88% from 255) = 49.79%

R = 22.59%
G = 27.62%
B = 49.79%

CMYK

 C value IS 0.55

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#364277 (or 0x364277) is known color: Resolution Blue. HEX triplet: 36, 42 and 77. RGB value is (54,66,119). Sum of RGB (Red+Green+Blue) = 54+66+119=239 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.59% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: blue. Hex color #364277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364277 is #C9BD88. Grayscale: #444444. Windows color (decimal): -13221257 or 7815734. OLE color: 7815734.

HSL color Cylindrical-coordinate representation of color #364277: hue angle of 228.92º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #364277 is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 54 66 119 -
CMYK 0.55 0.45 0 0.53
HSL 228.92º 0.38% 0.34% -
HSV(B) 228.92º 0.55% 0.47% -
XYZ 6.8 6.01 18.25 -
YUV 68.45 156.52 117.69 -
System Red Green Blue C M Y K H S L
Decimal 54 66 119 0.55 0.45 0 0.53 228.92 0.38 0.34
Hex 36 42 77 37 2D 0 35 E5 26 22
Octal 66 102 167 67 55 0 65 345 46 42
Binary 110110 1000010 1110111 110111 101101 0 110101 11100101 100110 100010

Color Harmonies of #364277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364277

Black with #364277

Text Example


Text Example

White with #364277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364277; }

 p { color: rgb(54,66,119); }

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

background-color css

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

 a { background-color: rgb(54,66,119); }

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

border-color css

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

 span { border-color: rgb(54,66,119); }

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