Html Css Color HEX #28477D Fun Blue

📋 copy color: '#28477D'

red 40 ◦ green 71 ◦ blue 125

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

Shades of Fun Blue #28477D

Tints of Fun Blue #28477D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.08%

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

R = 16.95%
G = 30.08%
B = 52.97%

CMYK

 C value IS 0.68

 M value IS 0.43

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#28477D (or 0x28477D) is known color: Fun Blue. HEX triplet: 28, 47 and 7D. RGB value is (40,71,125). Sum of RGB (Red+Green+Blue) = 40+71+125=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 125 (49.22% from 255 or 52.97% from 236); Max value from RGB is 125 - color contains mainly: blue. Hex color #28477D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28477D is #D7B882. Grayscale: #434343. Windows color (decimal): -14137475 or 8210216. OLE color: 8210216.

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

Color convert

RGB 40 71 125 -
CMYK 0.68 0.43 0 0.51
HSL 218.12º 0.52% 0.32% -
HSV(B) 218.12º 0.68% 0.49% -
XYZ 6.83 6.44 20.28 -
YUV 67.89 160.23 108.11 -
System Red Green Blue C M Y K H S L
Decimal 40 71 125 0.68 0.43 0 0.51 218.12 0.52 0.32
Hex 28 47 7D 44 2B 0 33 DA 34 20
Octal 50 107 175 104 53 0 63 332 64 40
Binary 101000 1000111 1111101 1000100 101011 0 110011 11011010 110100 100000

Color Harmonies of #28477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28477D

Black with #28477D

Text Example


Text Example

White with #28477D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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