Html Css Color HEX #374673 Resolution Blue

📋 copy color: '#374673'

red 55 ◦ green 70 ◦ blue 115

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

Shades of Resolution Blue #374673

Tints of Resolution Blue #374673

RGB

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

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

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

R = 22.92%
G = 29.17%
B = 47.92%

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

#374673 (or 0x374673) is known color: Resolution Blue. HEX triplet: 37, 46 and 73. RGB value is (55,70,115). Sum of RGB (Red+Green+Blue) = 55+70+115=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 115 (45.31% from 255 or 47.92% from 240); Max value from RGB is 115 - color contains mainly: blue. Hex color #374673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374673 is #C8B98C. Grayscale: #464646. Windows color (decimal): -13154701 or 7554615. OLE color: 7554615.

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

Color convert

RGB 55 70 115 -
CMYK 0.52 0.39 0 0.55
HSL 225º 0.35% 0.33% -
HSV(B) 225º 0.52% 0.45% -
XYZ 6.86 6.43 17.1 -
YUV 70.65 153.03 116.84 -
System Red Green Blue C M Y K H S L
Decimal 55 70 115 0.52 0.39 0 0.55 225 0.35 0.33
Hex 37 46 73 34 27 0 37 E1 23 21
Octal 67 106 163 64 47 0 67 341 43 41
Binary 110111 1000110 1110011 110100 100111 0 110111 11100001 100011 100001

Color Harmonies of #374673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374673

Black with #374673

Text Example


Text Example

White with #374673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374673; }

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

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

background-color css

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

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

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

border-color css

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

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

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