Html Css Color HEX #374279 Resolution Blue

📋 copy color: '#374279'

red 55 ◦ green 66 ◦ blue 121

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

Shades of Resolution Blue #374279

Tints of Resolution Blue #374279

RGB

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

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

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

R = 22.73%
G = 27.27%
B = 50%

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

#374279 (or 0x374279) is known color: Resolution Blue. HEX triplet: 37, 42 and 79. RGB value is (55,66,121). Sum of RGB (Red+Green+Blue) = 55+66+121=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 121 (47.66% from 255 or 50% from 242); Max value from RGB is 121 - color contains mainly: blue. Hex color #374279 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374279 is #C8BD86. Grayscale: #444444. Windows color (decimal): -13155719 or 7946807. OLE color: 7946807.

HSL color Cylindrical-coordinate representation of color #374279: hue angle of 230º 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 #374279 is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 66 121 -
CMYK 0.55 0.45 0 0.53
HSL 230º 0.38% 0.35% -
HSV(B) 230º 0.55% 0.47% -
XYZ 6.97 6.09 18.9 -
YUV 68.98 157.36 118.03 -
System Red Green Blue C M Y K H S L
Decimal 55 66 121 0.55 0.45 0 0.53 230 0.38 0.35
Hex 37 42 79 37 2D 0 35 E6 26 23
Octal 67 102 171 67 55 0 65 346 46 43
Binary 110111 1000010 1111001 110111 101101 0 110101 11100110 100110 100011

Color Harmonies of #374279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374279

Black with #374279

Text Example


Text Example

White with #374279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374279; }

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

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

background-color css

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

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

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

border-color css

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

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

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