Html Css Color HEX #28467F Fun Blue

📋 copy color: '#28467F'

red 40 ◦ green 70 ◦ blue 127

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

Shades of Fun Blue #28467F

Tints of Fun Blue #28467F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 53.59%

R = 16.88%
G = 29.54%
B = 53.59%

CMYK

 C value IS 0.69

 M value IS 0.45

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#28467F (or 0x28467F) is known color: Fun Blue. HEX triplet: 28, 46 and 7F. RGB value is (40,70,127). Sum of RGB (Red+Green+Blue) = 40+70+127=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 127 (50% from 255 or 53.59% from 237); Max value from RGB is 127 - color contains mainly: blue. Hex color #28467F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28467F is #D7B980. Grayscale: #434343. Windows color (decimal): -14137729 or 8341032. OLE color: 8341032.

HSL color Cylindrical-coordinate representation of color #28467F: hue angle of 219.31º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28467F is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 40 70 127 -
CMYK 0.69 0.45 0 0.50
HSL 219.31º 0.52% 0.33% -
HSV(B) 219.31º 0.69% 0.5% -
XYZ 6.9 6.36 20.94 -
YUV 67.53 161.56 108.37 -
System Red Green Blue C M Y K H S L
Decimal 40 70 127 0.69 0.45 0 0.50 219.31 0.52 0.33
Hex 28 46 7F 45 2D 0 32 DB 34 21
Octal 50 106 177 105 55 0 62 333 64 41
Binary 101000 1000110 1111111 1000101 101101 0 110010 11011011 110100 100001

Color Harmonies of #28467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28467F

Black with #28467F

Text Example


Text Example

White with #28467F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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