Html Css Color HEX #284982 Fun Blue

📋 copy color: '#284982'

red 40 ◦ green 73 ◦ blue 130

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

Shades of Fun Blue #284982

Tints of Fun Blue #284982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 53.5%

R = 16.46%
G = 30.04%
B = 53.5%

CMYK

 C value IS 0.69

 M value IS 0.44

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#284982 (or 0x284982) is known color: Fun Blue. HEX triplet: 28, 49 and 82. RGB value is (40,73,130). Sum of RGB (Red+Green+Blue) = 40+73+130=243 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.46% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 130 (51.17% from 255 or 53.50% from 243); Max value from RGB is 130 - color contains mainly: blue. Hex color #284982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284982 is #D7B67D. Grayscale: #454545. Windows color (decimal): -14136958 or 8538408. OLE color: 8538408.

HSL color Cylindrical-coordinate representation of color #284982: hue angle of 218º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #284982 is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 40 73 130 -
CMYK 0.69 0.44 0 0.49
HSL 218º 0.53% 0.33% -
HSV(B) 218º 0.69% 0.51% -
XYZ 7.29 6.83 22.05 -
YUV 69.63 162.07 106.87 -
System Red Green Blue C M Y K H S L
Decimal 40 73 130 0.69 0.44 0 0.49 218 0.53 0.33
Hex 28 49 82 45 2C 0 31 DA 35 21
Octal 50 111 202 105 54 0 61 332 65 41
Binary 101000 1001001 10000010 1000101 101100 0 110001 11011010 110101 100001

Color Harmonies of #284982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284982

Black with #284982

Text Example


Text Example

White with #284982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284982; }

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

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

background-color css

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

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

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

border-color css

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

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

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