Html Css Color HEX #284358 Regal Blue

📋 copy color: '#284358'

red 40 ◦ green 67 ◦ blue 88

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

Shades of Regal Blue #284358

Tints of Regal Blue #284358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 45.13%

R = 20.51%
G = 34.36%
B = 45.13%

CMYK

 C value IS 0.55

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#284358 (or 0x284358) is known color: Regal Blue. HEX triplet: 28, 43 and 58. RGB value is (40,67,88). Sum of RGB (Red+Green+Blue) = 40+67+88=195 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.51% from 195); Green value is 67 (26.56% from 255 or 34.36% from 195); Blue value is 88 (34.77% from 255 or 45.13% from 195); Max value from RGB is 88 - color contains mainly: blue. Hex color #284358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284358 is #D7BCA7. Grayscale: #3D3D3D. Windows color (decimal): -14138536 or 5784360. OLE color: 5784360.

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

Color convert

RGB 40 67 88 -
CMYK 0.55 0.24 0 0.65
HSL 206.25º 0.38% 0.25% -
HSV(B) 206.25º 0.55% 0.35% -
XYZ 4.64 5.17 9.99 -
YUV 61.32 143.05 112.79 -
System Red Green Blue C M Y K H S L
Decimal 40 67 88 0.55 0.24 0 0.65 206.25 0.38 0.25
Hex 28 43 58 37 18 0 41 CE 26 19
Octal 50 103 130 67 30 0 101 316 46 31
Binary 101000 1000011 1011000 110111 11000 0 1000001 11001110 100110 11001

Color Harmonies of #284358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284358

Black with #284358

Text Example


Text Example

White with #284358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284358; }

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

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

background-color css

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

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

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

border-color css

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

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

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