Html Css Color HEX #28467E Fun Blue

📋 copy color: '#28467E'

red 40 ◦ green 70 ◦ blue 126

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

Shades of Fun Blue #28467E

Tints of Fun Blue #28467E

RGB

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

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

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

R = 16.95%
G = 29.66%
B = 53.39%

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

#28467E (or 0x28467E) is known color: Fun Blue. HEX triplet: 28, 46 and 7E. RGB value is (40,70,126). Sum of RGB (Red+Green+Blue) = 40+70+126=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 70 (27.73% from 255 or 29.66% from 236); Blue value is 126 (49.61% from 255 or 53.39% from 236); Max value from RGB is 126 - color contains mainly: blue. Hex color #28467E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28467E is #D7B981. Grayscale: #434343. Windows color (decimal): -14137730 or 8275496. OLE color: 8275496.

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

Color convert

RGB 40 70 126 -
CMYK 0.68 0.44 0 0.51
HSL 219.07º 0.52% 0.33% -
HSV(B) 219.07º 0.68% 0.49% -
XYZ 6.83 6.34 20.6 -
YUV 67.41 161.06 108.45 -
System Red Green Blue C M Y K H S L
Decimal 40 70 126 0.68 0.44 0 0.51 219.07 0.52 0.33
Hex 28 46 7E 44 2C 0 33 DB 34 21
Octal 50 106 176 104 54 0 63 333 64 41
Binary 101000 1000110 1111110 1000100 101100 0 110011 11011011 110100 100001

Color Harmonies of #28467E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28467E

Black with #28467E

Text Example


Text Example

White with #28467E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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