Html Css Color HEX #284257 Regal Blue

📋 copy color: '#284257'

red 40 ◦ green 66 ◦ blue 87

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

Shades of Regal Blue #284257

Tints of Regal Blue #284257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 45.08%

R = 20.73%
G = 34.2%
B = 45.08%

CMYK

 C value IS 0.54

 M value IS 0.24

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#284257 (or 0x284257) is known color: Regal Blue. HEX triplet: 28, 42 and 57. RGB value is (40,66,87). Sum of RGB (Red+Green+Blue) = 40+66+87=193 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.73% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 87 (34.38% from 255 or 45.08% from 193); Max value from RGB is 87 - color contains mainly: blue. Hex color #284257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284257 is #D7BDA8. Grayscale: #3C3C3C. Windows color (decimal): -14138793 or 5718568. OLE color: 5718568.

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

Color convert

RGB 40 66 87 -
CMYK 0.54 0.24 0 0.66
HSL 206.81º 0.37% 0.25% -
HSV(B) 206.81º 0.54% 0.34% -
XYZ 4.54 5.04 9.75 -
YUV 60.62 142.89 113.29 -
System Red Green Blue C M Y K H S L
Decimal 40 66 87 0.54 0.24 0 0.66 206.81 0.37 0.25
Hex 28 42 57 36 18 0 42 CF 25 19
Octal 50 102 127 66 30 0 102 317 45 31
Binary 101000 1000010 1010111 110110 11000 0 1000010 11001111 100101 11001

Color Harmonies of #284257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284257

Black with #284257

Text Example


Text Example

White with #284257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284257; }

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

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

background-color css

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

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

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

border-color css

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

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

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