Html Css Color HEX #28435A Regal Blue

📋 copy color: '#28435A'

red 40 ◦ green 67 ◦ blue 90

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

Shades of Regal Blue #28435A

Tints of Regal Blue #28435A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 45.69%

R = 20.3%
G = 34.01%
B = 45.69%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#28435A (or 0x28435A) is known color: Regal Blue. HEX triplet: 28, 43 and 5A. RGB value is (40,67,90). Sum of RGB (Red+Green+Blue) = 40+67+90=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 90 - color contains mainly: blue. Hex color #28435A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28435A is #D7BCA5. Grayscale: #3D3D3D. Windows color (decimal): -14138534 or 5915432. OLE color: 5915432.

HSL color Cylindrical-coordinate representation of color #28435A: hue angle of 207.6º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #28435A is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 40 67 90 -
CMYK 0.56 0.26 0 0.65
HSL 207.6º 0.38% 0.25% -
HSV(B) 207.6º 0.56% 0.35% -
XYZ 4.73 5.2 10.43 -
YUV 61.55 144.05 112.63 -
System Red Green Blue C M Y K H S L
Decimal 40 67 90 0.56 0.26 0 0.65 207.6 0.38 0.25
Hex 28 43 5A 38 1A 0 41 D0 26 19
Octal 50 103 132 70 32 0 101 320 46 31
Binary 101000 1000011 1011010 111000 11010 0 1000001 11010000 100110 11001

Color Harmonies of #28435A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28435A

Black with #28435A

Text Example


Text Example

White with #28435A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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