Html Css Color HEX #2D758B Astral

📋 copy color: '#2D758B'

red 45 ◦ green 117 ◦ blue 139

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

Shades of Astral #2D758B

Tints of Astral #2D758B

RGB

 RED value IS 45 (17.97% from 255) = 14.95%

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

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

R = 14.95%
G = 38.87%
B = 46.18%

CMYK

 C value IS 0.68

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2D758B (or 0x2D758B) is known color: Astral. HEX triplet: 2D, 75 and 8B. RGB value is (45,117,139). Sum of RGB (Red+Green+Blue) = 45+117+139=301 (39% of max value = 765). Red value is 45 (17.97% from 255 or 14.95% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 139 - color contains mainly: blue. Hex color #2D758B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D758B is #D28A74. Grayscale: #616161. Windows color (decimal): -13798005 or 9139501. OLE color: 9139501.

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

Color convert

RGB 45 117 139 -
CMYK 0.68 0.16 0 0.45
HSL 194.04º 0.51% 0.36% -
HSV(B) 194.04º 0.68% 0.55% -
XYZ 12.1 15.14 26.71 -
YUV 97.98 151.15 90.21 -
System Red Green Blue C M Y K H S L
Decimal 45 117 139 0.68 0.16 0 0.45 194.04 0.51 0.36
Hex 2D 75 8B 44 10 0 2D C2 33 24
Octal 55 165 213 104 20 0 55 302 63 44
Binary 101101 1110101 10001011 1000100 10000 0 101101 11000010 110011 100100

Color Harmonies of #2D758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D758B

Black with #2D758B

Text Example


Text Example

White with #2D758B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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