Html Css Color HEX #364071 Resolution Blue

📋 copy color: '#364071'

red 54 ◦ green 64 ◦ blue 113

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

Shades of Resolution Blue #364071

Tints of Resolution Blue #364071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.71%

 BLUE value IS 113 (44.53% from 255) = 48.92%

R = 23.38%
G = 27.71%
B = 48.92%

CMYK

 C value IS 0.52

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#364071 (or 0x364071) is known color: Resolution Blue. HEX triplet: 36, 40 and 71. RGB value is (54,64,113). Sum of RGB (Red+Green+Blue) = 54+64+113=231 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.38% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #364071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364071 is #C9BF8E. Grayscale: #424242. Windows color (decimal): -13221775 or 7422006. OLE color: 7422006.

HSL color Cylindrical-coordinate representation of color #364071: hue angle of 229.83º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #364071 is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 64 113 -
CMYK 0.52 0.43 0 0.56
HSL 229.83º 0.35% 0.33% -
HSV(B) 229.83º 0.52% 0.44% -
XYZ 6.34 5.64 16.38 -
YUV 66.6 154.19 119.02 -
System Red Green Blue C M Y K H S L
Decimal 54 64 113 0.52 0.43 0 0.56 229.83 0.35 0.33
Hex 36 40 71 34 2B 0 38 E6 23 21
Octal 66 100 161 64 53 0 70 346 43 41
Binary 110110 1000000 1110001 110100 101011 0 111000 11100110 100011 100001

Color Harmonies of #364071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364071

Black with #364071

Text Example


Text Example

White with #364071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364071; }

 p { color: rgb(54,64,113); }

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

background-color css

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

 a { background-color: rgb(54,64,113); }

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

border-color css

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

 span { border-color: rgb(54,64,113); }

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