Html Css Color HEX #28447D Fun Blue

📋 copy color: '#28447D'

red 40 ◦ green 68 ◦ blue 125

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

Shades of Fun Blue #28447D

Tints of Fun Blue #28447D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.18%

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

R = 17.17%
G = 29.18%
B = 53.65%

CMYK

 C value IS 0.68

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#28447D (or 0x28447D) is known color: Fun Blue. HEX triplet: 28, 44 and 7D. RGB value is (40,68,125). Sum of RGB (Red+Green+Blue) = 40+68+125=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 68 (26.95% from 255 or 29.18% from 233); Blue value is 125 (49.22% from 255 or 53.65% from 233); Max value from RGB is 125 - color contains mainly: blue. Hex color #28447D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28447D is #D7BB82. Grayscale: #414141. Windows color (decimal): -14138243 or 8209448. OLE color: 8209448.

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

Color convert

RGB 40 68 125 -
CMYK 0.68 0.46 0 0.51
HSL 220.24º 0.52% 0.32% -
HSV(B) 220.24º 0.68% 0.49% -
XYZ 6.64 6.07 20.22 -
YUV 66.13 161.22 109.37 -
System Red Green Blue C M Y K H S L
Decimal 40 68 125 0.68 0.46 0 0.51 220.24 0.52 0.32
Hex 28 44 7D 44 2E 0 33 DC 34 20
Octal 50 104 175 104 56 0 63 334 64 40
Binary 101000 1000100 1111101 1000100 101110 0 110011 11011100 110100 100000

Color Harmonies of #28447D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28447D

Black with #28447D

Text Example


Text Example

White with #28447D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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