Html Css Color HEX #364481 Resolution Blue

📋 copy color: '#364481'

red 54 ◦ green 68 ◦ blue 129

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

Shades of Resolution Blue #364481

Tints of Resolution Blue #364481

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.09%

 BLUE value IS 129 (50.78% from 255) = 51.39%

R = 21.51%
G = 27.09%
B = 51.39%

CMYK

 C value IS 0.58

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#364481 (or 0x364481) is known color: Resolution Blue. HEX triplet: 36, 44 and 81. RGB value is (54,68,129). Sum of RGB (Red+Green+Blue) = 54+68+129=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 129 (50.78% from 255 or 51.39% from 251); Max value from RGB is 129 - color contains mainly: blue. Hex color #364481 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364481 is #C9BB7E. Grayscale: #464646. Windows color (decimal): -13220735 or 8471606. OLE color: 8471606.

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

Color convert

RGB 54 68 129 -
CMYK 0.58 0.47 0 0.49
HSL 228.8º 0.41% 0.36% -
HSV(B) 228.8º 0.58% 0.51% -
XYZ 7.55 6.5 21.63 -
YUV 70.77 160.86 116.04 -
System Red Green Blue C M Y K H S L
Decimal 54 68 129 0.58 0.47 0 0.49 228.8 0.41 0.36
Hex 36 44 81 3A 2F 0 31 E5 29 24
Octal 66 104 201 72 57 0 61 345 51 44
Binary 110110 1000100 10000001 111010 101111 0 110001 11100101 101001 100100

Color Harmonies of #364481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364481

Black with #364481

Text Example


Text Example

White with #364481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364481; }

 p { color: rgb(54,68,129); }

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

background-color css

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

 a { background-color: rgb(54,68,129); }

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

border-color css

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

 span { border-color: rgb(54,68,129); }

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