Html Css Color HEX #2B6783 Astral

📋 copy color: '#2B6783'

red 43 ◦ green 103 ◦ blue 131

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

Shades of Astral #2B6783

Tints of Astral #2B6783

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 47.29%

R = 15.52%
G = 37.18%
B = 47.29%

CMYK

 C value IS 0.67

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#2B6783 (or 0x2B6783) is known color: Astral. HEX triplet: 2B, 67 and 83. RGB value is (43,103,131). Sum of RGB (Red+Green+Blue) = 43+103+131=277 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.52% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 131 (51.56% from 255 or 47.29% from 277); Max value from RGB is 131 - color contains mainly: blue. Hex color #2B6783 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6783 is #D4987C. Grayscale: #585858. Windows color (decimal): -13932669 or 8611627. OLE color: 8611627.

HSL color Cylindrical-coordinate representation of color #2B6783: hue angle of 199.09º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B6783 is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 43 103 131 -
CMYK 0.67 0.21 0 0.49
HSL 199.09º 0.51% 0.34% -
HSV(B) 199.09º 0.67% 0.51% -
XYZ 9.94 11.85 23.24 -
YUV 88.25 152.12 95.72 -
System Red Green Blue C M Y K H S L
Decimal 43 103 131 0.67 0.21 0 0.49 199.09 0.51 0.34
Hex 2B 67 83 43 15 0 31 C7 33 22
Octal 53 147 203 103 25 0 61 307 63 42
Binary 101011 1100111 10000011 1000011 10101 0 110001 11000111 110011 100010

Color Harmonies of #2B6783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6783

Black with #2B6783

Text Example


Text Example

White with #2B6783

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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