Html Css Color HEX #284A8E Fun Blue

📋 copy color: '#284A8E'

red 40 ◦ green 74 ◦ blue 142

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

Shades of Fun Blue #284A8E

Tints of Fun Blue #284A8E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.91%

 BLUE value IS 142 (55.86% from 255) = 55.47%

R = 15.63%
G = 28.91%
B = 55.47%

CMYK

 C value IS 0.72

 M value IS 0.48

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#284A8E (or 0x284A8E) is known color: Fun Blue. HEX triplet: 28, 4A and 8E. RGB value is (40,74,142). Sum of RGB (Red+Green+Blue) = 40+74+142=256 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.62% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 142 (55.86% from 255 or 55.47% from 256); Max value from RGB is 142 - color contains mainly: blue. Hex color #284A8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284A8E is #D7B571. Grayscale: #474747. Windows color (decimal): -14136690 or 9325096. OLE color: 9325096.

HSL color Cylindrical-coordinate representation of color #284A8E: hue angle of 220º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #284A8E is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 74 142 -
CMYK 0.72 0.48 0 0.44
HSL 220º 0.56% 0.36% -
HSV(B) 220º 0.72% 0.56% -
XYZ 8.21 7.3 26.57 -
YUV 71.59 167.74 105.47 -
System Red Green Blue C M Y K H S L
Decimal 40 74 142 0.72 0.48 0 0.44 220 0.56 0.36
Hex 28 4A 8E 48 30 0 2C DC 38 24
Octal 50 112 216 110 60 0 54 334 70 44
Binary 101000 1001010 10001110 1001000 110000 0 101100 11011100 111000 100100

Color Harmonies of #284A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284A8E

Black with #284A8E

Text Example


Text Example

White with #284A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284A8E; }

 p { color: rgb(40,74,142); }

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

background-color css

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

 a { background-color: rgb(40,74,142); }

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

border-color css

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

 span { border-color: rgb(40,74,142); }

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