Html Css Color HEX #374672 Resolution Blue

📋 copy color: '#374672'

red 55 ◦ green 70 ◦ blue 114

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

Shades of Resolution Blue #374672

Tints of Resolution Blue #374672

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.29%

 BLUE value IS 114 (44.92% from 255) = 47.7%

R = 23.01%
G = 29.29%
B = 47.7%

CMYK

 C value IS 0.52

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#374672 (or 0x374672) is known color: Resolution Blue. HEX triplet: 37, 46 and 72. RGB value is (55,70,114). Sum of RGB (Red+Green+Blue) = 55+70+114=239 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.01% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 114 (44.92% from 255 or 47.70% from 239); Max value from RGB is 114 - color contains mainly: blue. Hex color #374672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374672 is #C8B98D. Grayscale: #464646. Windows color (decimal): -13154702 or 7489079. OLE color: 7489079.

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

Color convert

RGB 55 70 114 -
CMYK 0.52 0.39 0 0.55
HSL 224.75º 0.35% 0.33% -
HSV(B) 224.75º 0.52% 0.45% -
XYZ 6.8 6.41 16.8 -
YUV 70.53 152.53 116.92 -
System Red Green Blue C M Y K H S L
Decimal 55 70 114 0.52 0.39 0 0.55 224.75 0.35 0.33
Hex 37 46 72 34 27 0 37 E1 23 21
Octal 67 106 162 64 47 0 67 341 43 41
Binary 110111 1000110 1110010 110100 100111 0 110111 11100001 100011 100001

Color Harmonies of #374672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374672

Black with #374672

Text Example


Text Example

White with #374672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374672; }

 p { color: rgb(55,70,114); }

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

background-color css

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

 a { background-color: rgb(55,70,114); }

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

border-color css

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

 span { border-color: rgb(55,70,114); }

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