Html Css Color HEX #284B7E Fun Blue

📋 copy color: '#284B7E'

red 40 ◦ green 75 ◦ blue 126

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

Shades of Fun Blue #284B7E

Tints of Fun Blue #284B7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 52.28%

R = 16.6%
G = 31.12%
B = 52.28%

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

#284B7E (or 0x284B7E) is known color: Fun Blue. HEX triplet: 28, 4B and 7E. RGB value is (40,75,126). Sum of RGB (Red+Green+Blue) = 40+75+126=241 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.60% from 241); Green value is 75 (29.69% from 255 or 31.12% from 241); Blue value is 126 (49.61% from 255 or 52.28% from 241); Max value from RGB is 126 - color contains mainly: blue. Hex color #284B7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284B7E is #D7B481. Grayscale: #464646. Windows color (decimal): -14136450 or 8276776. OLE color: 8276776.

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

Color convert

RGB 40 75 126 -
CMYK 0.68 0.40 0 0.51
HSL 215.58º 0.52% 0.33% -
HSV(B) 215.58º 0.68% 0.49% -
XYZ 7.16 6.99 20.71 -
YUV 70.35 159.4 106.35 -
System Red Green Blue C M Y K H S L
Decimal 40 75 126 0.68 0.40 0 0.51 215.58 0.52 0.33
Hex 28 4B 7E 44 28 0 33 D8 34 21
Octal 50 113 176 104 50 0 63 330 64 41
Binary 101000 1001011 1111110 1000100 101000 0 110011 11011000 110100 100001

Color Harmonies of #284B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284B7E

Black with #284B7E

Text Example


Text Example

White with #284B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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