Html Css Color HEX #2B758B Astral

📋 copy color: '#2B758B'

red 43 ◦ green 117 ◦ blue 139

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

Shades of Astral #2B758B

Tints of Astral #2B758B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.13%

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

R = 14.38%
G = 39.13%
B = 46.49%

CMYK

 C value IS 0.69

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2B758B (or 0x2B758B) is known color: Astral. HEX triplet: 2B, 75 and 8B. RGB value is (43,117,139). Sum of RGB (Red+Green+Blue) = 43+117+139=299 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.38% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 139 (54.69% from 255 or 46.49% from 299); Max value from RGB is 139 - color contains mainly: blue. Hex color #2B758B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B758B is #D48A74. Grayscale: #616161. Windows color (decimal): -13929077 or 9139499. OLE color: 9139499.

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

Color convert

RGB 43 117 139 -
CMYK 0.69 0.16 0 0.45
HSL 193.75º 0.53% 0.36% -
HSV(B) 193.75º 0.69% 0.55% -
XYZ 12.02 15.1 26.71 -
YUV 97.38 151.48 89.21 -
System Red Green Blue C M Y K H S L
Decimal 43 117 139 0.69 0.16 0 0.45 193.75 0.53 0.36
Hex 2B 75 8B 45 10 0 2D C2 35 24
Octal 53 165 213 105 20 0 55 302 65 44
Binary 101011 1110101 10001011 1000101 10000 0 101101 11000010 110101 100100

Color Harmonies of #2B758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B758B

Black with #2B758B

Text Example


Text Example

White with #2B758B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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