Html Css Color HEX #28435B Regal Blue

📋 copy color: '#28435B'

red 40 ◦ green 67 ◦ blue 91

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

Shades of Regal Blue #28435B

Tints of Regal Blue #28435B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 45.96%

R = 20.2%
G = 33.84%
B = 45.96%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#28435B (or 0x28435B) is known color: Regal Blue. HEX triplet: 28, 43 and 5B. RGB value is (40,67,91). Sum of RGB (Red+Green+Blue) = 40+67+91=198 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.20% from 198); Green value is 67 (26.56% from 255 or 33.84% from 198); Blue value is 91 (35.94% from 255 or 45.96% from 198); Max value from RGB is 91 - color contains mainly: blue. Hex color #28435B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28435B is #D7BCA4. Grayscale: #3D3D3D. Windows color (decimal): -14138533 or 5980968. OLE color: 5980968.

HSL color Cylindrical-coordinate representation of color #28435B: hue angle of 208.24º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #28435B is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 40 67 91 -
CMYK 0.56 0.26 0 0.64
HSL 208.24º 0.39% 0.26% -
HSV(B) 208.24º 0.56% 0.36% -
XYZ 4.77 5.22 10.65 -
YUV 61.66 144.55 112.55 -
System Red Green Blue C M Y K H S L
Decimal 40 67 91 0.56 0.26 0 0.64 208.24 0.39 0.26
Hex 28 43 5B 38 1A 0 40 D0 27 1A
Octal 50 103 133 70 32 0 100 320 47 32
Binary 101000 1000011 1011011 111000 11010 0 1000000 11010000 100111 11010

Color Harmonies of #28435B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28435B

Black with #28435B

Text Example


Text Example

White with #28435B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28435B; }

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

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

background-color css

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

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

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

border-color css

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

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

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