Html Css Color HEX #284B7D Fun Blue

📋 copy color: '#284B7D'

red 40 ◦ green 75 ◦ blue 125

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

Shades of Fun Blue #284B7D

Tints of Fun Blue #284B7D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 31.25%

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

R = 16.67%
G = 31.25%
B = 52.08%

CMYK

 C value IS 0.68

 M value IS 0.40

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#284B7D (or 0x284B7D) is known color: Fun Blue. HEX triplet: 28, 4B and 7D. RGB value is (40,75,125). Sum of RGB (Red+Green+Blue) = 40+75+125=240 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.67% from 240); Green value is 75 (29.69% from 255 or 31.25% from 240); Blue value is 125 (49.22% from 255 or 52.08% from 240); Max value from RGB is 125 - color contains mainly: blue. Hex color #284B7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284B7D is #D7B482. Grayscale: #464646. Windows color (decimal): -14136451 or 8211240. OLE color: 8211240.

HSL color Cylindrical-coordinate representation of color #284B7D: hue angle of 215.29º 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 #284B7D is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 40 75 125 -
CMYK 0.68 0.40 0 0.51
HSL 215.29º 0.52% 0.32% -
HSV(B) 215.29º 0.68% 0.49% -
XYZ 7.09 6.96 20.37 -
YUV 70.24 158.9 106.43 -
System Red Green Blue C M Y K H S L
Decimal 40 75 125 0.68 0.40 0 0.51 215.29 0.52 0.32
Hex 28 4B 7D 44 28 0 33 D7 34 20
Octal 50 113 175 104 50 0 63 327 64 40
Binary 101000 1001011 1111101 1000100 101000 0 110011 11010111 110100 100000

Color Harmonies of #284B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284B7D

Black with #284B7D

Text Example


Text Example

White with #284B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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