Html Css Color HEX #374580 Resolution Blue

📋 copy color: '#374580'

red 55 ◦ green 69 ◦ blue 128

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

Shades of Resolution Blue #374580

Tints of Resolution Blue #374580

RGB

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

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

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

R = 21.83%
G = 27.38%
B = 50.79%

CMYK

 C value IS 0.57

 M value IS 0.46

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#374580 (or 0x374580) is known color: Resolution Blue. HEX triplet: 37, 45 and 80. RGB value is (55,69,128). Sum of RGB (Red+Green+Blue) = 55+69+128=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 128 (50.39% from 255 or 50.79% from 252); Max value from RGB is 128 - color contains mainly: blue. Hex color #374580 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374580 is #C8BA7F. Grayscale: #474747. Windows color (decimal): -13154944 or 8406327. OLE color: 8406327.

HSL color Cylindrical-coordinate representation of color #374580: hue angle of 228.49º 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 #374580 is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 69 128 -
CMYK 0.57 0.46 0 0.50
HSL 228.49º 0.4% 0.36% -
HSV(B) 228.49º 0.57% 0.5% -
XYZ 7.6 6.63 21.3 -
YUV 71.54 159.86 116.2 -
System Red Green Blue C M Y K H S L
Decimal 55 69 128 0.57 0.46 0 0.50 228.49 0.4 0.36
Hex 37 45 80 39 2E 0 32 E4 28 24
Octal 67 105 200 71 56 0 62 344 50 44
Binary 110111 1000101 10000000 111001 101110 0 110010 11100100 101000 100100

Color Harmonies of #374580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374580

Black with #374580

Text Example


Text Example

White with #374580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374580; }

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

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

background-color css

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

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

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

border-color css

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

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

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