Html Css Color HEX #2B6C8B Astral

📋 copy color: '#2B6C8B'

red 43 ◦ green 108 ◦ blue 139

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

Shades of Astral #2B6C8B

Tints of Astral #2B6C8B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.24%

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

R = 14.83%
G = 37.24%
B = 47.93%

CMYK

 C value IS 0.69

 M value IS 0.22

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2B6C8B (or 0x2B6C8B) is known color: Astral. HEX triplet: 2B, 6C and 8B. RGB value is (43,108,139). Sum of RGB (Red+Green+Blue) = 43+108+139=290 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.83% from 290); Green value is 108 (42.58% from 255 or 37.24% from 290); Blue value is 139 (54.69% from 255 or 47.93% from 290); Max value from RGB is 139 - color contains mainly: blue. Hex color #2B6C8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6C8B is #D49374. Grayscale: #5B5B5B. Windows color (decimal): -13931381 or 9137195. OLE color: 9137195.

HSL color Cylindrical-coordinate representation of color #2B6C8B: hue angle of 199.38º 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 #2B6C8B is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 43 108 139 -
CMYK 0.69 0.22 0 0.45
HSL 199.38º 0.53% 0.36% -
HSV(B) 199.38º 0.69% 0.55% -
XYZ 11.02 13.1 26.37 -
YUV 92.1 154.47 92.98 -
System Red Green Blue C M Y K H S L
Decimal 43 108 139 0.69 0.22 0 0.45 199.38 0.53 0.36
Hex 2B 6C 8B 45 16 0 2D C7 35 24
Octal 53 154 213 105 26 0 55 307 65 44
Binary 101011 1101100 10001011 1000101 10110 0 101101 11000111 110101 100100

Color Harmonies of #2B6C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6C8B

Black with #2B6C8B

Text Example


Text Example

White with #2B6C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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