Html Css Color HEX #374273 Resolution Blue

📋 copy color: '#374273'

red 55 ◦ green 66 ◦ blue 115

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

Shades of Resolution Blue #374273

Tints of Resolution Blue #374273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 48.73%

R = 23.31%
G = 27.97%
B = 48.73%

CMYK

 C value IS 0.52

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#374273 (or 0x374273) is known color: Resolution Blue. HEX triplet: 37, 42 and 73. RGB value is (55,66,115). Sum of RGB (Red+Green+Blue) = 55+66+115=236 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.31% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 115 (45.31% from 255 or 48.73% from 236); Max value from RGB is 115 - color contains mainly: blue. Hex color #374273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374273 is #C8BD8C. Grayscale: #444444. Windows color (decimal): -13155725 or 7553591. OLE color: 7553591.

HSL color Cylindrical-coordinate representation of color #374273: hue angle of 229º 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 #374273 is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 66 115 -
CMYK 0.52 0.43 0 0.55
HSL 229º 0.35% 0.33% -
HSV(B) 229º 0.52% 0.45% -
XYZ 6.62 5.95 17.02 -
YUV 68.3 154.36 118.52 -
System Red Green Blue C M Y K H S L
Decimal 55 66 115 0.52 0.43 0 0.55 229 0.35 0.33
Hex 37 42 73 34 2B 0 37 E5 23 21
Octal 67 102 163 64 53 0 67 345 43 41
Binary 110111 1000010 1110011 110100 101011 0 110111 11100101 100011 100001

Color Harmonies of #374273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374273

Black with #374273

Text Example


Text Example

White with #374273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374273; }

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

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

background-color css

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

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

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

border-color css

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

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

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