Html Css Color HEX #284256 Regal Blue

📋 copy color: '#284256'

red 40 ◦ green 66 ◦ blue 86

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

Shades of Regal Blue #284256

Tints of Regal Blue #284256

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.38%

 BLUE value IS 86 (33.98% from 255) = 44.79%

R = 20.83%
G = 34.38%
B = 44.79%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#284256 (or 0x284256) is known color: Regal Blue. HEX triplet: 28, 42 and 56. RGB value is (40,66,86). Sum of RGB (Red+Green+Blue) = 40+66+86=192 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.83% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 86 (33.98% from 255 or 44.79% from 192); Max value from RGB is 86 - color contains mainly: blue. Hex color #284256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284256 is #D7BDA9. Grayscale: #3C3C3C. Windows color (decimal): -14138794 or 5653032. OLE color: 5653032.

HSL color Cylindrical-coordinate representation of color #284256: hue angle of 206.09º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #284256 is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 40 66 86 -
CMYK 0.53 0.23 0 0.66
HSL 206.09º 0.37% 0.25% -
HSV(B) 206.09º 0.53% 0.34% -
XYZ 4.5 5.02 9.54 -
YUV 60.51 142.39 113.37 -
System Red Green Blue C M Y K H S L
Decimal 40 66 86 0.53 0.23 0 0.66 206.09 0.37 0.25
Hex 28 42 56 35 17 0 42 CE 25 19
Octal 50 102 126 65 27 0 102 316 45 31
Binary 101000 1000010 1010110 110101 10111 0 1000010 11001110 100101 11001

Color Harmonies of #284256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284256

Black with #284256

Text Example


Text Example

White with #284256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284256; }

 p { color: rgb(40,66,86); }

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

background-color css

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

 a { background-color: rgb(40,66,86); }

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

border-color css

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

 span { border-color: rgb(40,66,86); }

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