Html Css Color HEX #364281 Resolution Blue

📋 copy color: '#364281'

red 54 ◦ green 66 ◦ blue 129

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

Shades of Resolution Blue #364281

Tints of Resolution Blue #364281

RGB

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

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

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

R = 21.69%
G = 26.51%
B = 51.81%

CMYK

 C value IS 0.58

 M value IS 0.49

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#364281 (or 0x364281) is known color: Resolution Blue. HEX triplet: 36, 42 and 81. RGB value is (54,66,129). Sum of RGB (Red+Green+Blue) = 54+66+129=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 129 (50.78% from 255 or 51.81% from 249); Max value from RGB is 129 - color contains mainly: blue. Hex color #364281 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364281 is #C9BD7E. Grayscale: #454545. Windows color (decimal): -13221247 or 8471094. OLE color: 8471094.

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

Color convert

RGB 54 66 129 -
CMYK 0.58 0.49 0 0.49
HSL 230.4º 0.41% 0.36% -
HSV(B) 230.4º 0.58% 0.51% -
XYZ 7.43 6.27 21.59 -
YUV 69.59 161.52 116.88 -
System Red Green Blue C M Y K H S L
Decimal 54 66 129 0.58 0.49 0 0.49 230.4 0.41 0.36
Hex 36 42 81 3A 31 0 31 E6 29 24
Octal 66 102 201 72 61 0 61 346 51 44
Binary 110110 1000010 10000001 111010 110001 0 110001 11100110 101001 100100

Color Harmonies of #364281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364281

Black with #364281

Text Example


Text Example

White with #364281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364281; }

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

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

background-color css

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

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

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

border-color css

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

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

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