Html Css Color HEX #284359 Regal Blue

📋 copy color: '#284359'

red 40 ◦ green 67 ◦ blue 89

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

Shades of Regal Blue #284359

Tints of Regal Blue #284359

RGB

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

 GREEN value IS 67 (26.56% from 255) = 34.18%

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

R = 20.41%
G = 34.18%
B = 45.41%

CMYK

 C value IS 0.55

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#284359 (or 0x284359) is known color: Regal Blue. HEX triplet: 28, 43 and 59. RGB value is (40,67,89). Sum of RGB (Red+Green+Blue) = 40+67+89=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 89 (35.16% from 255 or 45.41% from 196); Max value from RGB is 89 - color contains mainly: blue. Hex color #284359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284359 is #D7BCA6. Grayscale: #3D3D3D. Windows color (decimal): -14138535 or 5849896. OLE color: 5849896.

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

Color convert

RGB 40 67 89 -
CMYK 0.55 0.25 0 0.65
HSL 206.94º 0.38% 0.25% -
HSV(B) 206.94º 0.55% 0.35% -
XYZ 4.69 5.19 10.21 -
YUV 61.44 143.55 112.71 -
System Red Green Blue C M Y K H S L
Decimal 40 67 89 0.55 0.25 0 0.65 206.94 0.38 0.25
Hex 28 43 59 37 19 0 41 CF 26 19
Octal 50 103 131 67 31 0 101 317 46 31
Binary 101000 1000011 1011001 110111 11001 0 1000001 11001111 100110 11001

Color Harmonies of #284359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284359

Black with #284359

Text Example


Text Example

White with #284359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284359; }

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

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

background-color css

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

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

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

border-color css

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

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

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