Html Css Color HEX #28678C Astral

📋 copy color: '#28678C'

red 40 ◦ green 103 ◦ blue 140

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

Shades of Astral #28678C

Tints of Astral #28678C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.4%

 BLUE value IS 140 (55.08% from 255) = 49.47%

R = 14.13%
G = 36.4%
B = 49.47%

CMYK

 C value IS 0.71

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28678C (or 0x28678C) is known color: Astral. HEX triplet: 28, 67 and 8C. RGB value is (40,103,140). Sum of RGB (Red+Green+Blue) = 40+103+140=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 140 (55.08% from 255 or 49.47% from 283); Max value from RGB is 140 - color contains mainly: blue. Hex color #28678C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28678C is #D79873. Grayscale: #585858. Windows color (decimal): -14129268 or 9201448. OLE color: 9201448.

HSL color Cylindrical-coordinate representation of color #28678C: hue angle of 202.2º degrees, saturation: 0.56, 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 #28678C is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 103 140 -
CMYK 0.71 0.26 0 0.45
HSL 202.2º 0.56% 0.35% -
HSV(B) 202.2º 0.71% 0.55% -
XYZ 10.46 12.05 26.58 -
YUV 88.38 157.13 93.49 -
System Red Green Blue C M Y K H S L
Decimal 40 103 140 0.71 0.26 0 0.45 202.2 0.56 0.35
Hex 28 67 8C 47 1A 0 2D CA 38 23
Octal 50 147 214 107 32 0 55 312 70 43
Binary 101000 1100111 10001100 1000111 11010 0 101101 11001010 111000 100011

Color Harmonies of #28678C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28678C

Black with #28678C

Text Example


Text Example

White with #28678C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28678C; }

 p { color: rgb(40,103,140); }

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

background-color css

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

 a { background-color: rgb(40,103,140); }

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

border-color css

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

 span { border-color: rgb(40,103,140); }

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