Html Css Color HEX #2C6F8C Astral

📋 copy color: '#2C6F8C'

red 44 ◦ green 111 ◦ blue 140

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

Shades of Astral #2C6F8C

Tints of Astral #2C6F8C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.63%

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

R = 14.92%
G = 37.63%
B = 47.46%

CMYK

 C value IS 0.69

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2C6F8C (or 0x2C6F8C) is known color: Astral. HEX triplet: 2C, 6F and 8C. RGB value is (44,111,140). Sum of RGB (Red+Green+Blue) = 44+111+140=295 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.92% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 140 - color contains mainly: blue. Hex color #2C6F8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C6F8C is #D39073. Grayscale: #5E5E5E. Windows color (decimal): -13865076 or 9203500. OLE color: 9203500.

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

Color convert

RGB 44 111 140 -
CMYK 0.69 0.21 0 0.45
HSL 198.13º 0.52% 0.36% -
HSV(B) 198.13º 0.69% 0.55% -
XYZ 11.46 13.8 26.87 -
YUV 94.27 153.8 92.14 -
System Red Green Blue C M Y K H S L
Decimal 44 111 140 0.69 0.21 0 0.45 198.13 0.52 0.36
Hex 2C 6F 8C 45 15 0 2D C6 34 24
Octal 54 157 214 105 25 0 55 306 64 44
Binary 101100 1101111 10001100 1000101 10101 0 101101 11000110 110100 100100

Color Harmonies of #2C6F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C6F8C

Black with #2C6F8C

Text Example


Text Example

White with #2C6F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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