Html Css Color HEX #28698B Astral

📋 copy color: '#28698B'

red 40 ◦ green 105 ◦ blue 139

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

Shades of Astral #28698B

Tints of Astral #28698B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.97%

 BLUE value IS 139 (54.69% from 255) = 48.94%

R = 14.08%
G = 36.97%
B = 48.94%

CMYK

 C value IS 0.71

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28698B (or 0x28698B) is known color: Astral. HEX triplet: 28, 69 and 8B. RGB value is (40,105,139). Sum of RGB (Red+Green+Blue) = 40+105+139=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 105 (41.41% from 255 or 36.97% from 284); Blue value is 139 (54.69% from 255 or 48.94% from 284); Max value from RGB is 139 - color contains mainly: blue. Hex color #28698B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28698B is #D79674. Grayscale: #595959. Windows color (decimal): -14128757 or 9136424. OLE color: 9136424.

HSL color Cylindrical-coordinate representation of color #28698B: hue angle of 200.61º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28698B is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 105 139 -
CMYK 0.71 0.24 0 0.45
HSL 200.61º 0.55% 0.35% -
HSV(B) 200.61º 0.71% 0.55% -
XYZ 10.59 12.42 26.27 -
YUV 89.44 155.97 92.74 -
System Red Green Blue C M Y K H S L
Decimal 40 105 139 0.71 0.24 0 0.45 200.61 0.55 0.35
Hex 28 69 8B 47 18 0 2D C9 37 23
Octal 50 151 213 107 30 0 55 311 67 43
Binary 101000 1101001 10001011 1000111 11000 0 101101 11001001 110111 100011

Color Harmonies of #28698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28698B

Black with #28698B

Text Example


Text Example

White with #28698B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,105,139); }

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

background-color css

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

 a { background-color: rgb(40,105,139); }

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

border-color css

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

 span { border-color: rgb(40,105,139); }

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