Html Css Color HEX #284376 Resolution Blue

📋 copy color: '#284376'

red 40 ◦ green 67 ◦ blue 118

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

Shades of Resolution Blue #284376

Tints of Resolution Blue #284376

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.78%

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

R = 17.78%
G = 29.78%
B = 52.44%

CMYK

 C value IS 0.66

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#284376 (or 0x284376) is known color: Resolution Blue. HEX triplet: 28, 43 and 76. RGB value is (40,67,118). Sum of RGB (Red+Green+Blue) = 40+67+118=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 67 (26.56% from 255 or 29.78% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #284376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284376 is #D7BC89. Grayscale: #404040. Windows color (decimal): -14138506 or 7750440. OLE color: 7750440.

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

Color convert

RGB 40 67 118 -
CMYK 0.66 0.43 0 0.54
HSL 219.23º 0.49% 0.31% -
HSV(B) 219.23º 0.66% 0.46% -
XYZ 6.15 5.77 17.93 -
YUV 64.74 158.05 110.35 -
System Red Green Blue C M Y K H S L
Decimal 40 67 118 0.66 0.43 0 0.54 219.23 0.49 0.31
Hex 28 43 76 42 2B 0 36 DB 31 1F
Octal 50 103 166 102 53 0 66 333 61 37
Binary 101000 1000011 1110110 1000010 101011 0 110110 11011011 110001 11111

Color Harmonies of #284376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284376

Black with #284376

Text Example


Text Example

White with #284376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284376; }

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

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

background-color css

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

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

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

border-color css

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

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

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