Html Css Color HEX #374278 Resolution Blue

📋 copy color: '#374278'

red 55 ◦ green 66 ◦ blue 120

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

Shades of Resolution Blue #374278

Tints of Resolution Blue #374278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 49.79%

R = 22.82%
G = 27.39%
B = 49.79%

CMYK

 C value IS 0.54

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#374278 (or 0x374278) is known color: Resolution Blue. HEX triplet: 37, 42 and 78. RGB value is (55,66,120). Sum of RGB (Red+Green+Blue) = 55+66+120=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 120 (47.27% from 255 or 49.79% from 241); Max value from RGB is 120 - color contains mainly: blue. Hex color #374278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374278 is #C8BD87. Grayscale: #444444. Windows color (decimal): -13155720 or 7881271. OLE color: 7881271.

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

Color convert

RGB 55 66 120 -
CMYK 0.54 0.45 0 0.53
HSL 229.85º 0.37% 0.34% -
HSV(B) 229.85º 0.54% 0.47% -
XYZ 6.91 6.06 18.58 -
YUV 68.87 156.86 118.11 -
System Red Green Blue C M Y K H S L
Decimal 55 66 120 0.54 0.45 0 0.53 229.85 0.37 0.34
Hex 37 42 78 36 2D 0 35 E6 25 22
Octal 67 102 170 66 55 0 65 346 45 42
Binary 110111 1000010 1111000 110110 101101 0 110101 11100110 100101 100010

Color Harmonies of #374278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374278

Black with #374278

Text Example


Text Example

White with #374278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374278; }

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

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

background-color css

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

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

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

border-color css

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

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

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