Html Css Color HEX #364474 Resolution Blue

📋 copy color: '#364474'

red 54 ◦ green 68 ◦ blue 116

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

Shades of Resolution Blue #364474

Tints of Resolution Blue #364474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 48.74%

R = 22.69%
G = 28.57%
B = 48.74%

CMYK

 C value IS 0.53

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#364474 (or 0x364474) is known color: Resolution Blue. HEX triplet: 36, 44 and 74. RGB value is (54,68,116). Sum of RGB (Red+Green+Blue) = 54+68+116=238 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.69% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 116 (45.70% from 255 or 48.74% from 238); Max value from RGB is 116 - color contains mainly: blue. Hex color #364474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364474 is #C9BB8B. Grayscale: #454545. Windows color (decimal): -13220748 or 7619638. OLE color: 7619638.

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

Color convert

RGB 54 68 116 -
CMYK 0.53 0.41 0 0.55
HSL 226.45º 0.36% 0.33% -
HSV(B) 226.45º 0.53% 0.45% -
XYZ 6.74 6.18 17.36 -
YUV 69.29 154.36 117.1 -
System Red Green Blue C M Y K H S L
Decimal 54 68 116 0.53 0.41 0 0.55 226.45 0.36 0.33
Hex 36 44 74 35 29 0 37 E2 24 21
Octal 66 104 164 65 51 0 67 342 44 41
Binary 110110 1000100 1110100 110101 101001 0 110111 11100010 100100 100001

Color Harmonies of #364474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364474

Black with #364474

Text Example


Text Example

White with #364474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364474; }

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

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

background-color css

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

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

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

border-color css

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

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

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