Html Css Color HEX #374275 Resolution Blue

📋 copy color: '#374275'

red 55 ◦ green 66 ◦ blue 117

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

Shades of Resolution Blue #374275

Tints of Resolution Blue #374275

RGB

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

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

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

R = 23.11%
G = 27.73%
B = 49.16%

CMYK

 C value IS 0.53

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#374275 (or 0x374275) is known color: Resolution Blue. HEX triplet: 37, 42 and 75. RGB value is (55,66,117). Sum of RGB (Red+Green+Blue) = 55+66+117=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 117 (46.09% from 255 or 49.16% from 238); Max value from RGB is 117 - color contains mainly: blue. Hex color #374275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374275 is #C8BD8A. Grayscale: #444444. Windows color (decimal): -13155723 or 7684663. OLE color: 7684663.

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

Color convert

RGB 55 66 117 -
CMYK 0.53 0.44 0 0.54
HSL 229.35º 0.36% 0.34% -
HSV(B) 229.35º 0.53% 0.46% -
XYZ 6.73 5.99 17.63 -
YUV 68.53 155.36 118.35 -
System Red Green Blue C M Y K H S L
Decimal 55 66 117 0.53 0.44 0 0.54 229.35 0.36 0.34
Hex 37 42 75 35 2C 0 36 E5 24 22
Octal 67 102 165 65 54 0 66 345 44 42
Binary 110111 1000010 1110101 110101 101100 0 110110 11100101 100100 100010

Color Harmonies of #374275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374275

Black with #374275

Text Example


Text Example

White with #374275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374275; }

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

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

background-color css

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

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

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

border-color css

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

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

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