Html Css Color HEX #374480 Resolution Blue

📋 copy color: '#374480'

red 55 ◦ green 68 ◦ blue 128

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

Shades of Resolution Blue #374480

Tints of Resolution Blue #374480

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.09%

 BLUE value IS 128 (50.39% from 255) = 51%

R = 21.91%
G = 27.09%
B = 51%

CMYK

 C value IS 0.57

 M value IS 0.47

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#374480 (or 0x374480) is known color: Resolution Blue. HEX triplet: 37, 44 and 80. RGB value is (55,68,128). Sum of RGB (Red+Green+Blue) = 55+68+128=251 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.91% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 128 (50.39% from 255 or 51.00% from 251); Max value from RGB is 128 - color contains mainly: blue. Hex color #374480 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374480 is #C8BB7F. Grayscale: #464646. Windows color (decimal): -13155200 or 8406071. OLE color: 8406071.

HSL color Cylindrical-coordinate representation of color #374480: hue angle of 229.32º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #374480 is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 68 128 -
CMYK 0.57 0.47 0 0.50
HSL 229.32º 0.4% 0.36% -
HSV(B) 229.32º 0.57% 0.5% -
XYZ 7.54 6.5 21.28 -
YUV 70.95 160.19 116.62 -
System Red Green Blue C M Y K H S L
Decimal 55 68 128 0.57 0.47 0 0.50 229.32 0.4 0.36
Hex 37 44 80 39 2F 0 32 E5 28 24
Octal 67 104 200 71 57 0 62 345 50 44
Binary 110111 1000100 10000000 111001 101111 0 110010 11100101 101000 100100

Color Harmonies of #374480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374480

Black with #374480

Text Example


Text Example

White with #374480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374480; }

 p { color: rgb(55,68,128); }

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

background-color css

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

 a { background-color: rgb(55,68,128); }

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

border-color css

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

 span { border-color: rgb(55,68,128); }

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