Html Css Color HEX #2B678F Astral

📋 copy color: '#2B678F'

red 43 ◦ green 103 ◦ blue 143

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

Shades of Astral #2B678F

Tints of Astral #2B678F

RGB

 RED value IS 43 (17.19% from 255) = 14.88%

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

 BLUE value IS 143 (56.25% from 255) = 49.48%

R = 14.88%
G = 35.64%
B = 49.48%

CMYK

 C value IS 0.70

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2B678F (or 0x2B678F) is known color: Astral. HEX triplet: 2B, 67 and 8F. RGB value is (43,103,143). Sum of RGB (Red+Green+Blue) = 43+103+143=289 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.88% from 289); Green value is 103 (40.62% from 255 or 35.64% from 289); Blue value is 143 (56.25% from 255 or 49.48% from 289); Max value from RGB is 143 - color contains mainly: blue. Hex color #2B678F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B678F is #D49870. Grayscale: #595959. Windows color (decimal): -13932657 or 9398059. OLE color: 9398059.

HSL color Cylindrical-coordinate representation of color #2B678F: hue angle of 204º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B678F is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 43 103 143 -
CMYK 0.70 0.28 0 0.44
HSL 204º 0.54% 0.36% -
HSV(B) 204º 0.7% 0.56% -
XYZ 10.8 12.2 27.77 -
YUV 89.62 158.12 94.75 -
System Red Green Blue C M Y K H S L
Decimal 43 103 143 0.70 0.28 0 0.44 204 0.54 0.36
Hex 2B 67 8F 46 1C 0 2C CC 36 24
Octal 53 147 217 106 34 0 54 314 66 44
Binary 101011 1100111 10001111 1000110 11100 0 101100 11001100 110110 100100

Color Harmonies of #2B678F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B678F

Black with #2B678F

Text Example


Text Example

White with #2B678F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B678F; }

 p { color: rgb(43,103,143); }

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

background-color css

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

 a { background-color: rgb(43,103,143); }

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

border-color css

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

 span { border-color: rgb(43,103,143); }

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