Html Css Color HEX #284A7D Fun Blue

📋 copy color: '#284A7D'

red 40 ◦ green 74 ◦ blue 125

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

Shades of Fun Blue #284A7D

Tints of Fun Blue #284A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 52.3%

R = 16.74%
G = 30.96%
B = 52.3%

CMYK

 C value IS 0.68

 M value IS 0.41

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#284A7D (or 0x284A7D) is known color: Fun Blue. HEX triplet: 28, 4A and 7D. RGB value is (40,74,125). Sum of RGB (Red+Green+Blue) = 40+74+125=239 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.74% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 125 (49.22% from 255 or 52.30% from 239); Max value from RGB is 125 - color contains mainly: blue. Hex color #284A7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284A7D is #D7B582. Grayscale: #454545. Windows color (decimal): -14136707 or 8210984. OLE color: 8210984.

HSL color Cylindrical-coordinate representation of color #284A7D: hue angle of 216º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #284A7D is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 40 74 125 -
CMYK 0.68 0.41 0 0.51
HSL 216º 0.52% 0.32% -
HSV(B) 216º 0.68% 0.49% -
XYZ 7.03 6.83 20.35 -
YUV 69.65 159.24 106.85 -
System Red Green Blue C M Y K H S L
Decimal 40 74 125 0.68 0.41 0 0.51 216 0.52 0.32
Hex 28 4A 7D 44 29 0 33 D8 34 20
Octal 50 112 175 104 51 0 63 330 64 40
Binary 101000 1001010 1111101 1000100 101001 0 110011 11011000 110100 100000

Color Harmonies of #284A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284A7D

Black with #284A7D

Text Example


Text Example

White with #284A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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