Html Css Color HEX #284980 Fun Blue

📋 copy color: '#284980'

red 40 ◦ green 73 ◦ blue 128

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

Shades of Fun Blue #284980

Tints of Fun Blue #284980

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.29%

 BLUE value IS 128 (50.39% from 255) = 53.11%

R = 16.6%
G = 30.29%
B = 53.11%

CMYK

 C value IS 0.69

 M value IS 0.43

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#284980 (or 0x284980) is known color: Fun Blue. HEX triplet: 28, 49 and 80. RGB value is (40,73,128). Sum of RGB (Red+Green+Blue) = 40+73+128=241 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.60% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 128 (50.39% from 255 or 53.11% from 241); Max value from RGB is 128 - color contains mainly: blue. Hex color #284980 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284980 is #D7B67F. Grayscale: #454545. Windows color (decimal): -14136960 or 8407336. OLE color: 8407336.

HSL color Cylindrical-coordinate representation of color #284980: hue angle of 217.5º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #284980 is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 40 73 128 -
CMYK 0.69 0.43 0 0.50
HSL 217.5º 0.52% 0.33% -
HSV(B) 217.5º 0.69% 0.5% -
XYZ 7.15 6.77 21.35 -
YUV 69.4 161.07 107.03 -
System Red Green Blue C M Y K H S L
Decimal 40 73 128 0.69 0.43 0 0.50 217.5 0.52 0.33
Hex 28 49 80 45 2B 0 32 DA 34 21
Octal 50 111 200 105 53 0 62 332 64 41
Binary 101000 1001001 10000000 1000101 101011 0 110010 11011010 110100 100001

Color Harmonies of #284980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284980

Black with #284980

Text Example


Text Example

White with #284980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284980; }

 p { color: rgb(40,73,128); }

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

background-color css

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

 a { background-color: rgb(40,73,128); }

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

border-color css

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

 span { border-color: rgb(40,73,128); }

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