Html Css Color HEX #284159 Regal Blue

📋 copy color: '#284159'

red 40 ◦ green 65 ◦ blue 89

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

Shades of Regal Blue #284159

Tints of Regal Blue #284159

RGB

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

 GREEN value IS 65 (25.78% from 255) = 33.51%

 BLUE value IS 89 (35.16% from 255) = 45.88%

R = 20.62%
G = 33.51%
B = 45.88%

CMYK

 C value IS 0.55

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#284159 (or 0x284159) is known color: Regal Blue. HEX triplet: 28, 41 and 59. RGB value is (40,65,89). Sum of RGB (Red+Green+Blue) = 40+65+89=194 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.62% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 89 - color contains mainly: blue. Hex color #284159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284159 is #D7BEA6. Grayscale: #3C3C3C. Windows color (decimal): -14139047 or 5849384. OLE color: 5849384.

HSL color Cylindrical-coordinate representation of color #284159: hue angle of 209.39º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #284159 is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 40 65 89 -
CMYK 0.55 0.27 0 0.65
HSL 209.39º 0.38% 0.25% -
HSV(B) 209.39º 0.55% 0.35% -
XYZ 4.57 4.95 10.17 -
YUV 60.26 144.22 113.55 -
System Red Green Blue C M Y K H S L
Decimal 40 65 89 0.55 0.27 0 0.65 209.39 0.38 0.25
Hex 28 41 59 37 1B 0 41 D1 26 19
Octal 50 101 131 67 33 0 101 321 46 31
Binary 101000 1000001 1011001 110111 11011 0 1000001 11010001 100110 11001

Color Harmonies of #284159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284159

Black with #284159

Text Example


Text Example

White with #284159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284159; }

 p { color: rgb(40,65,89); }

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

background-color css

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

 a { background-color: rgb(40,65,89); }

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

border-color css

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

 span { border-color: rgb(40,65,89); }

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