Html Css Color HEX #2B6689 Astral

📋 copy color: '#2B6689'

red 43 ◦ green 102 ◦ blue 137

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

Shades of Astral #2B6689

Tints of Astral #2B6689

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.17%

 BLUE value IS 137 (53.91% from 255) = 48.58%

R = 15.25%
G = 36.17%
B = 48.58%

CMYK

 C value IS 0.69

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2B6689 (or 0x2B6689) is known color: Astral. HEX triplet: 2B, 66 and 89. RGB value is (43,102,137). Sum of RGB (Red+Green+Blue) = 43+102+137=282 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.25% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 137 (53.91% from 255 or 48.58% from 282); Max value from RGB is 137 - color contains mainly: blue. Hex color #2B6689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6689 is #D49976. Grayscale: #585858. Windows color (decimal): -13932919 or 9004587. OLE color: 9004587.

HSL color Cylindrical-coordinate representation of color #2B6689: hue angle of 202.34º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B6689 is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 43 102 137 -
CMYK 0.69 0.26 0 0.46
HSL 202.34º 0.52% 0.35% -
HSV(B) 202.34º 0.69% 0.54% -
XYZ 10.26 11.82 25.41 -
YUV 88.35 155.45 95.65 -
System Red Green Blue C M Y K H S L
Decimal 43 102 137 0.69 0.26 0 0.46 202.34 0.52 0.35
Hex 2B 66 89 45 1A 0 2E CA 34 23
Octal 53 146 211 105 32 0 56 312 64 43
Binary 101011 1100110 10001001 1000101 11010 0 101110 11001010 110100 100011

Color Harmonies of #2B6689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6689

Black with #2B6689

Text Example


Text Example

White with #2B6689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,102,137); }

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

background-color css

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

 a { background-color: rgb(43,102,137); }

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

border-color css

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

 span { border-color: rgb(43,102,137); }

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