Html Css Color HEX #284672 Resolution Blue

📋 copy color: '#284672'

red 40 ◦ green 70 ◦ blue 114

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

Shades of Resolution Blue #284672

Tints of Resolution Blue #284672

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.25%

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

R = 17.86%
G = 31.25%
B = 50.89%

CMYK

 C value IS 0.65

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#284672 (or 0x284672) is known color: Resolution Blue. HEX triplet: 28, 46 and 72. RGB value is (40,70,114). Sum of RGB (Red+Green+Blue) = 40+70+114=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 114 (44.92% from 255 or 50.89% from 224); Max value from RGB is 114 - color contains mainly: blue. Hex color #284672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284672 is #D7B98D. Grayscale: #414141. Windows color (decimal): -14137742 or 7489064. OLE color: 7489064.

HSL color Cylindrical-coordinate representation of color #284672: hue angle of 215.68º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #284672 is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 40 70 114 -
CMYK 0.65 0.39 0 0.55
HSL 215.68º 0.48% 0.3% -
HSV(B) 215.68º 0.65% 0.45% -
XYZ 6.1 6.05 16.77 -
YUV 66.05 155.06 109.42 -
System Red Green Blue C M Y K H S L
Decimal 40 70 114 0.65 0.39 0 0.55 215.68 0.48 0.3
Hex 28 46 72 41 27 0 37 D8 30 1E
Octal 50 106 162 101 47 0 67 330 60 36
Binary 101000 1000110 1110010 1000001 100111 0 110111 11011000 110000 11110

Color Harmonies of #284672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284672

Black with #284672

Text Example


Text Example

White with #284672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284672; }

 p { color: rgb(40,70,114); }

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

background-color css

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

 a { background-color: rgb(40,70,114); }

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

border-color css

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

 span { border-color: rgb(40,70,114); }

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