Html Css Color HEX #2C758C Astral

📋 copy color: '#2C758C'

red 44 ◦ green 117 ◦ blue 140

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

Shades of Astral #2C758C

Tints of Astral #2C758C

RGB

 RED value IS 44 (17.58% from 255) = 14.62%

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

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

R = 14.62%
G = 38.87%
B = 46.51%

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

#2C758C (or 0x2C758C) is known color: Astral. HEX triplet: 2C, 75 and 8C. RGB value is (44,117,140). Sum of RGB (Red+Green+Blue) = 44+117+140=301 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.62% from 301); Green value is 117 (46.09% from 255 or 38.87% 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 #2C758C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C758C is #D38A73. Grayscale: #616161. Windows color (decimal): -13863540 or 9205036. OLE color: 9205036.

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

Color convert

RGB 44 117 140 -
CMYK 0.69 0.16 0 0.45
HSL 194.38º 0.52% 0.36% -
HSV(B) 194.38º 0.69% 0.55% -
XYZ 12.13 15.15 27.1 -
YUV 97.8 151.82 89.63 -
System Red Green Blue C M Y K H S L
Decimal 44 117 140 0.69 0.16 0 0.45 194.38 0.52 0.36
Hex 2C 75 8C 45 10 0 2D C2 34 24
Octal 54 165 214 105 20 0 55 302 64 44
Binary 101100 1110101 10001100 1000101 10000 0 101101 11000010 110100 100100

Color Harmonies of #2C758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C758C

Black with #2C758C

Text Example


Text Example

White with #2C758C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,117,140); }

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

background-color css

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

 a { background-color: rgb(44,117,140); }

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

border-color css

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

 span { border-color: rgb(44,117,140); }

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