Html Css Color HEX #2D748C Astral

📋 copy color: '#2D748C'

red 45 ◦ green 116 ◦ blue 140

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

Shades of Astral #2D748C

Tints of Astral #2D748C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.54%

 BLUE value IS 140 (55.08% from 255) = 46.51%

R = 14.95%
G = 38.54%
B = 46.51%

CMYK

 C value IS 0.68

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2D748C (or 0x2D748C) is known color: Astral. HEX triplet: 2D, 74 and 8C. RGB value is (45,116,140). Sum of RGB (Red+Green+Blue) = 45+116+140=301 (39% of max value = 765). Red value is 45 (17.97% from 255 or 14.95% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 140 (55.08% from 255 or 46.51% from 301); Max value from RGB is 140 - color contains mainly: blue. Hex color #2D748C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D748C is #D28B73. Grayscale: #616161. Windows color (decimal): -13798260 or 9204781. OLE color: 9204781.

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

Color convert

RGB 45 116 140 -
CMYK 0.68 0.17 0 0.45
HSL 195.16º 0.51% 0.36% -
HSV(B) 195.16º 0.68% 0.55% -
XYZ 12.06 14.94 27.06 -
YUV 97.51 151.98 90.55 -
System Red Green Blue C M Y K H S L
Decimal 45 116 140 0.68 0.17 0 0.45 195.16 0.51 0.36
Hex 2D 74 8C 44 11 0 2D C3 33 24
Octal 55 164 214 104 21 0 55 303 63 44
Binary 101101 1110100 10001100 1000100 10001 0 101101 11000011 110011 100100

Color Harmonies of #2D748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D748C

Black with #2D748C

Text Example


Text Example

White with #2D748C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,116,140); }

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

background-color css

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

 a { background-color: rgb(45,116,140); }

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

border-color css

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

 span { border-color: rgb(45,116,140); }

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