Html Css Color HEX #284875 Fun Blue

📋 copy color: '#284875'

red 40 ◦ green 72 ◦ blue 117

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

Shades of Fun Blue #284875

Tints of Fun Blue #284875

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.44%

 BLUE value IS 117 (46.09% from 255) = 51.09%

R = 17.47%
G = 31.44%
B = 51.09%

CMYK

 C value IS 0.66

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#284875 (or 0x284875) is known color: Fun Blue. HEX triplet: 28, 48 and 75. RGB value is (40,72,117). Sum of RGB (Red+Green+Blue) = 40+72+117=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #284875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284875 is #D7B78A. Grayscale: #434343. Windows color (decimal): -14137227 or 7686184. OLE color: 7686184.

HSL color Cylindrical-coordinate representation of color #284875: hue angle of 215.06º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #284875 is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 40 72 117 -
CMYK 0.66 0.38 0 0.54
HSL 215.06º 0.49% 0.31% -
HSV(B) 215.06º 0.66% 0.46% -
XYZ 6.4 6.37 17.72 -
YUV 67.56 155.9 108.34 -
System Red Green Blue C M Y K H S L
Decimal 40 72 117 0.66 0.38 0 0.54 215.06 0.49 0.31
Hex 28 48 75 42 26 0 36 D7 31 1F
Octal 50 110 165 102 46 0 66 327 61 37
Binary 101000 1001000 1110101 1000010 100110 0 110110 11010111 110001 11111

Color Harmonies of #284875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284875

Black with #284875

Text Example


Text Example

White with #284875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284875; }

 p { color: rgb(40,72,117); }

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

background-color css

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

 a { background-color: rgb(40,72,117); }

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

border-color css

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

 span { border-color: rgb(40,72,117); }

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