Html Css Color HEX #284682 Fun Blue

📋 copy color: '#284682'

red 40 ◦ green 70 ◦ blue 130

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

Shades of Fun Blue #284682

Tints of Fun Blue #284682

RGB

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

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

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

R = 16.67%
G = 29.17%
B = 54.17%

CMYK

 C value IS 0.69

 M value IS 0.46

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#284682 (or 0x284682) is known color: Fun Blue. HEX triplet: 28, 46 and 82. RGB value is (40,70,130). Sum of RGB (Red+Green+Blue) = 40+70+130=240 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.67% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 130 (51.17% from 255 or 54.17% from 240); Max value from RGB is 130 - color contains mainly: blue. Hex color #284682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284682 is #D7B97D. Grayscale: #434343. Windows color (decimal): -14137726 or 8537640. OLE color: 8537640.

HSL color Cylindrical-coordinate representation of color #284682: hue angle of 220º 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 #284682 is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 40 70 130 -
CMYK 0.69 0.46 0 0.49
HSL 220º 0.53% 0.33% -
HSV(B) 220º 0.69% 0.51% -
XYZ 7.09 6.44 21.99 -
YUV 67.87 163.06 108.12 -
System Red Green Blue C M Y K H S L
Decimal 40 70 130 0.69 0.46 0 0.49 220 0.53 0.33
Hex 28 46 82 45 2E 0 31 DC 35 21
Octal 50 106 202 105 56 0 61 334 65 41
Binary 101000 1000110 10000010 1000101 101110 0 110001 11011100 110101 100001

Color Harmonies of #284682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284682

Black with #284682

Text Example


Text Example

White with #284682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284682; }

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

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

background-color css

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

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

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

border-color css

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

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

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