Html Css Color HEX #28498C Fun Blue

📋 copy color: '#28498C'

red 40 ◦ green 73 ◦ blue 140

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

Shades of Fun Blue #28498C

Tints of Fun Blue #28498C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.85%

 BLUE value IS 140 (55.08% from 255) = 55.34%

R = 15.81%
G = 28.85%
B = 55.34%

CMYK

 C value IS 0.71

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28498C (or 0x28498C) is known color: Fun Blue. HEX triplet: 28, 49 and 8C. RGB value is (40,73,140). Sum of RGB (Red+Green+Blue) = 40+73+140=253 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.81% from 253); Green value is 73 (28.91% from 255 or 28.85% from 253); Blue value is 140 (55.08% from 255 or 55.34% from 253); Max value from RGB is 140 - color contains mainly: blue. Hex color #28498C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28498C is #D7B673. Grayscale: #464646. Windows color (decimal): -14136948 or 9193768. OLE color: 9193768.

HSL color Cylindrical-coordinate representation of color #28498C: hue angle of 220.2º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28498C is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 73 140 -
CMYK 0.71 0.48 0 0.45
HSL 220.2º 0.56% 0.35% -
HSV(B) 220.2º 0.71% 0.55% -
XYZ 7.99 7.11 25.76 -
YUV 70.77 167.07 106.05 -
System Red Green Blue C M Y K H S L
Decimal 40 73 140 0.71 0.48 0 0.45 220.2 0.56 0.35
Hex 28 49 8C 47 30 0 2D DC 38 23
Octal 50 111 214 107 60 0 55 334 70 43
Binary 101000 1001001 10001100 1000111 110000 0 101101 11011100 111000 100011

Color Harmonies of #28498C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28498C

Black with #28498C

Text Example


Text Example

White with #28498C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28498C; }

 p { color: rgb(40,73,140); }

 H1.HeaderClassName
 {
   color: #28498C;
 }
 .AnyTagClassName
 {
   color: #28498C;
 }
</style>

background-color css

<style>
 a { background-color: #28498C; }

 a { background-color: rgb(40,73,140); }

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

border-color css

<style>
 span { border-color: #28498C; }

 span { border-color: rgb(40,73,140); }

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