Html Css Color HEX #28467D Fun Blue

📋 copy color: '#28467D'

red 40 ◦ green 70 ◦ blue 125

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

Shades of Fun Blue #28467D

Tints of Fun Blue #28467D

RGB

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

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

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

R = 17.02%
G = 29.79%
B = 53.19%

CMYK

 C value IS 0.68

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#28467D (or 0x28467D) is known color: Fun Blue. HEX triplet: 28, 46 and 7D. RGB value is (40,70,125). Sum of RGB (Red+Green+Blue) = 40+70+125=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 125 (49.22% from 255 or 53.19% from 235); Max value from RGB is 125 - color contains mainly: blue. Hex color #28467D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28467D is #D7B982. Grayscale: #434343. Windows color (decimal): -14137731 or 8209960. OLE color: 8209960.

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

Color convert

RGB 40 70 125 -
CMYK 0.68 0.44 0 0.51
HSL 218.82º 0.52% 0.32% -
HSV(B) 218.82º 0.68% 0.49% -
XYZ 6.77 6.31 20.26 -
YUV 67.3 160.56 108.53 -
System Red Green Blue C M Y K H S L
Decimal 40 70 125 0.68 0.44 0 0.51 218.82 0.52 0.32
Hex 28 46 7D 44 2C 0 33 DB 34 20
Octal 50 106 175 104 54 0 63 333 64 40
Binary 101000 1000110 1111101 1000100 101100 0 110011 11011011 110100 100000

Color Harmonies of #28467D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28467D

Black with #28467D

Text Example


Text Example

White with #28467D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28467D; }

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

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

background-color css

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

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

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

border-color css

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

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

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