Html Css Color HEX #284176 Resolution Blue

📋 copy color: '#284176'

red 40 ◦ green 65 ◦ blue 118

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

Shades of Resolution Blue #284176

Tints of Resolution Blue #284176

RGB

 RED value IS 40 (16.02% from 255) = 17.94%

 GREEN value IS 65 (25.78% from 255) = 29.15%

 BLUE value IS 118 (46.48% from 255) = 52.91%

R = 17.94%
G = 29.15%
B = 52.91%

CMYK

 C value IS 0.66

 M value IS 0.45

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#284176 (or 0x284176) is known color: Resolution Blue. HEX triplet: 28, 41 and 76. RGB value is (40,65,118). Sum of RGB (Red+Green+Blue) = 40+65+118=223 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.94% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 118 (46.48% from 255 or 52.91% from 223); Max value from RGB is 118 - color contains mainly: blue. Hex color #284176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284176 is #D7BE89. Grayscale: #3F3F3F. Windows color (decimal): -14139018 or 7749928. OLE color: 7749928.

HSL color Cylindrical-coordinate representation of color #284176: hue angle of 220.77º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #284176 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 40 65 118 -
CMYK 0.66 0.45 0 0.54
HSL 220.77º 0.49% 0.31% -
HSV(B) 220.77º 0.66% 0.46% -
XYZ 6.04 5.54 17.89 -
YUV 63.57 158.72 111.19 -
System Red Green Blue C M Y K H S L
Decimal 40 65 118 0.66 0.45 0 0.54 220.77 0.49 0.31
Hex 28 41 76 42 2D 0 36 DD 31 1F
Octal 50 101 166 102 55 0 66 335 61 37
Binary 101000 1000001 1110110 1000010 101101 0 110110 11011101 110001 11111

Color Harmonies of #284176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284176

Black with #284176

Text Example


Text Example

White with #284176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284176; }

 p { color: rgb(40,65,118); }

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

background-color css

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

 a { background-color: rgb(40,65,118); }

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

border-color css

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

 span { border-color: rgb(40,65,118); }

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