Html Css Color HEX #374575 Resolution Blue

📋 copy color: '#374575'

red 55 ◦ green 69 ◦ blue 117

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

Shades of Resolution Blue #374575

Tints of Resolution Blue #374575

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.63%

 BLUE value IS 117 (46.09% from 255) = 48.55%

R = 22.82%
G = 28.63%
B = 48.55%

CMYK

 C value IS 0.53

 M value IS 0.41

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#374575 (or 0x374575) is known color: Resolution Blue. HEX triplet: 37, 45 and 75. RGB value is (55,69,117). Sum of RGB (Red+Green+Blue) = 55+69+117=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 117 - color contains mainly: blue. Hex color #374575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374575 is #C8BA8A. Grayscale: #464646. Windows color (decimal): -13154955 or 7685431. OLE color: 7685431.

HSL color Cylindrical-coordinate representation of color #374575: hue angle of 226.45º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #374575 is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 55 69 117 -
CMYK 0.53 0.41 0 0.54
HSL 226.45º 0.36% 0.34% -
HSV(B) 226.45º 0.53% 0.46% -
XYZ 6.91 6.35 17.69 -
YUV 70.29 154.36 117.1 -
System Red Green Blue C M Y K H S L
Decimal 55 69 117 0.53 0.41 0 0.54 226.45 0.36 0.34
Hex 37 45 75 35 29 0 36 E2 24 22
Octal 67 105 165 65 51 0 66 342 44 42
Binary 110111 1000101 1110101 110101 101001 0 110110 11100010 100100 100010

Color Harmonies of #374575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374575

Black with #374575

Text Example


Text Example

White with #374575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374575; }

 p { color: rgb(55,69,117); }

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

background-color css

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

 a { background-color: rgb(55,69,117); }

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

border-color css

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

 span { border-color: rgb(55,69,117); }

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