Html Css Color HEX #374472 Resolution Blue

📋 copy color: '#374472'

red 55 ◦ green 68 ◦ blue 114

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

Shades of Resolution Blue #374472

Tints of Resolution Blue #374472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 48.1%

R = 23.21%
G = 28.69%
B = 48.1%

CMYK

 C value IS 0.52

 M value IS 0.40

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#374472 (or 0x374472) is known color: Resolution Blue. HEX triplet: 37, 44 and 72. RGB value is (55,68,114). Sum of RGB (Red+Green+Blue) = 55+68+114=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 114 (44.92% from 255 or 48.10% from 237); Max value from RGB is 114 - color contains mainly: blue. Hex color #374472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374472 is #C8BB8D. Grayscale: #454545. Windows color (decimal): -13155214 or 7488567. OLE color: 7488567.

HSL color Cylindrical-coordinate representation of color #374472: hue angle of 226.78º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #374472 is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 68 114 -
CMYK 0.52 0.40 0 0.55
HSL 226.78º 0.35% 0.33% -
HSV(B) 226.78º 0.52% 0.45% -
XYZ 6.68 6.16 16.76 -
YUV 69.36 153.19 117.76 -
System Red Green Blue C M Y K H S L
Decimal 55 68 114 0.52 0.40 0 0.55 226.78 0.35 0.33
Hex 37 44 72 34 28 0 37 E3 23 21
Octal 67 104 162 64 50 0 67 343 43 41
Binary 110111 1000100 1110010 110100 101000 0 110111 11100011 100011 100001

Color Harmonies of #374472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374472

Black with #374472

Text Example


Text Example

White with #374472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374472; }

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

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

background-color css

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

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

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

border-color css

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

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

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