Html Css Color HEX #374379 Resolution Blue

📋 copy color: '#374379'

red 55 ◦ green 67 ◦ blue 121

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

Shades of Resolution Blue #374379

Tints of Resolution Blue #374379

RGB

 RED value IS 55 (21.88% from 255) = 22.63%

 GREEN value IS 67 (26.56% from 255) = 27.57%

 BLUE value IS 121 (47.66% from 255) = 49.79%

R = 22.63%
G = 27.57%
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

#374379 (or 0x374379) is known color: Resolution Blue. HEX triplet: 37, 43 and 79. RGB value is (55,67,121). Sum of RGB (Red+Green+Blue) = 55+67+121=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 121 (47.66% from 255 or 49.79% from 243); Max value from RGB is 121 - color contains mainly: blue. Hex color #374379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374379 is #C8BC86. Grayscale: #454545. Windows color (decimal): -13155463 or 7947063. OLE color: 7947063.

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

Color convert

RGB 55 67 121 -
CMYK 0.55 0.45 0 0.53
HSL 229.09º 0.38% 0.35% -
HSV(B) 229.09º 0.55% 0.47% -
XYZ 7.03 6.21 18.92 -
YUV 69.57 157.02 117.61 -
System Red Green Blue C M Y K H S L
Decimal 55 67 121 0.55 0.45 0 0.53 229.09 0.38 0.35
Hex 37 43 79 37 2D 0 35 E5 26 23
Octal 67 103 171 67 55 0 65 345 46 43
Binary 110111 1000011 1111001 110111 101101 0 110101 11100101 100110 100011

Color Harmonies of #374379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374379

Black with #374379

Text Example


Text Example

White with #374379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374379; }

 p { color: rgb(55,67,121); }

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

background-color css

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

 a { background-color: rgb(55,67,121); }

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

border-color css

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

 span { border-color: rgb(55,67,121); }

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