Html Css Color HEX #284259 Regal Blue

📋 copy color: '#284259'

red 40 ◦ green 66 ◦ blue 89

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

Shades of Regal Blue #284259

Tints of Regal Blue #284259

RGB

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

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

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

R = 20.51%
G = 33.85%
B = 45.64%

CMYK

 C value IS 0.55

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#284259 (or 0x284259) is known color: Regal Blue. HEX triplet: 28, 42 and 59. RGB value is (40,66,89). Sum of RGB (Red+Green+Blue) = 40+66+89=195 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.51% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: blue. Hex color #284259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284259 is #D7BDA6. Grayscale: #3C3C3C. Windows color (decimal): -14138791 or 5849640. OLE color: 5849640.

HSL color Cylindrical-coordinate representation of color #284259: hue angle of 208.16º 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 #284259 is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 40 66 89 -
CMYK 0.55 0.26 0 0.65
HSL 208.16º 0.38% 0.25% -
HSV(B) 208.16º 0.55% 0.35% -
XYZ 4.63 5.07 10.19 -
YUV 60.85 143.89 113.13 -
System Red Green Blue C M Y K H S L
Decimal 40 66 89 0.55 0.26 0 0.65 208.16 0.38 0.25
Hex 28 42 59 37 1A 0 41 D0 26 19
Octal 50 102 131 67 32 0 101 320 46 31
Binary 101000 1000010 1011001 110111 11010 0 1000001 11010000 100110 11001

Color Harmonies of #284259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284259

Black with #284259

Text Example


Text Example

White with #284259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284259; }

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

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

background-color css

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

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

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

border-color css

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

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

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