Html Css Color HEX #374873 Resolution Blue

📋 copy color: '#374873'

red 55 ◦ green 72 ◦ blue 115

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

Shades of Resolution Blue #374873

Tints of Resolution Blue #374873

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.75%

 BLUE value IS 115 (45.31% from 255) = 47.52%

R = 22.73%
G = 29.75%
B = 47.52%

CMYK

 C value IS 0.52

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#374873 (or 0x374873) is known color: Resolution Blue. HEX triplet: 37, 48 and 73. RGB value is (55,72,115). Sum of RGB (Red+Green+Blue) = 55+72+115=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 115 (45.31% from 255 or 47.52% from 242); Max value from RGB is 115 - color contains mainly: blue. Hex color #374873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374873 is #C8B78C. Grayscale: #474747. Windows color (decimal): -13154189 or 7555127. OLE color: 7555127.

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

Color convert

RGB 55 72 115 -
CMYK 0.52 0.37 0 0.55
HSL 223º 0.35% 0.33% -
HSV(B) 223º 0.52% 0.45% -
XYZ 6.99 6.68 17.14 -
YUV 71.82 152.37 116 -
System Red Green Blue C M Y K H S L
Decimal 55 72 115 0.52 0.37 0 0.55 223 0.35 0.33
Hex 37 48 73 34 25 0 37 DF 23 21
Octal 67 110 163 64 45 0 67 337 43 41
Binary 110111 1001000 1110011 110100 100101 0 110111 11011111 100011 100001

Color Harmonies of #374873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374873

Black with #374873

Text Example


Text Example

White with #374873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374873; }

 p { color: rgb(55,72,115); }

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

background-color css

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

 a { background-color: rgb(55,72,115); }

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

border-color css

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

 span { border-color: rgb(55,72,115); }

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