Html Css Color HEX #2B678B Astral

📋 copy color: '#2B678B'

red 43 ◦ green 103 ◦ blue 139

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

Shades of Astral #2B678B

Tints of Astral #2B678B

RGB

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

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

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

R = 15.09%
G = 36.14%
B = 48.77%

CMYK

 C value IS 0.69

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2B678B (or 0x2B678B) is known color: Astral. HEX triplet: 2B, 67 and 8B. RGB value is (43,103,139). Sum of RGB (Red+Green+Blue) = 43+103+139=285 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.09% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 139 - color contains mainly: blue. Hex color #2B678B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B678B is #D49874. Grayscale: #585858. Windows color (decimal): -13932661 or 9135915. OLE color: 9135915.

HSL color Cylindrical-coordinate representation of color #2B678B: hue angle of 202.5º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B678B is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 43 103 139 -
CMYK 0.69 0.26 0 0.45
HSL 202.5º 0.53% 0.36% -
HSV(B) 202.5º 0.69% 0.55% -
XYZ 10.51 12.08 26.2 -
YUV 89.16 156.12 95.07 -
System Red Green Blue C M Y K H S L
Decimal 43 103 139 0.69 0.26 0 0.45 202.5 0.53 0.36
Hex 2B 67 8B 45 1A 0 2D CA 35 24
Octal 53 147 213 105 32 0 55 312 65 44
Binary 101011 1100111 10001011 1000101 11010 0 101101 11001010 110101 100100

Color Harmonies of #2B678B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B678B

Black with #2B678B

Text Example


Text Example

White with #2B678B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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