Html Css Color HEX #374380 Resolution Blue

📋 copy color: '#374380'

red 55 ◦ green 67 ◦ blue 128

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

Shades of Resolution Blue #374380

Tints of Resolution Blue #374380

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.8%

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

R = 22%
G = 26.8%
B = 51.2%

CMYK

 C value IS 0.57

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#374380 (or 0x374380) is known color: Resolution Blue. HEX triplet: 37, 43 and 80. RGB value is (55,67,128). Sum of RGB (Red+Green+Blue) = 55+67+128=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 128 (50.39% from 255 or 51.2% from 250); Max value from RGB is 128 - color contains mainly: blue. Hex color #374380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374380 is #C8BC7F. Grayscale: #464646. Windows color (decimal): -13155456 or 8405815. OLE color: 8405815.

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

Color convert

RGB 55 67 128 -
CMYK 0.57 0.48 0 0.50
HSL 230.14º 0.4% 0.36% -
HSV(B) 230.14º 0.57% 0.5% -
XYZ 7.48 6.39 21.26 -
YUV 70.37 160.52 117.04 -
System Red Green Blue C M Y K H S L
Decimal 55 67 128 0.57 0.48 0 0.50 230.14 0.4 0.36
Hex 37 43 80 39 30 0 32 E6 28 24
Octal 67 103 200 71 60 0 62 346 50 44
Binary 110111 1000011 10000000 111001 110000 0 110010 11100110 101000 100100

Color Harmonies of #374380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374380

Black with #374380

Text Example


Text Example

White with #374380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374380; }

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

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

background-color css

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

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

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

border-color css

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

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

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