Html Css Color HEX #2C668B Astral

📋 copy color: '#2C668B'

red 44 ◦ green 102 ◦ blue 139

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

Shades of Astral #2C668B

Tints of Astral #2C668B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.79%

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

R = 15.44%
G = 35.79%
B = 48.77%

CMYK

 C value IS 0.68

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2C668B (or 0x2C668B) is known color: Astral. HEX triplet: 2C, 66 and 8B. RGB value is (44,102,139). Sum of RGB (Red+Green+Blue) = 44+102+139=285 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.44% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 139 - color contains mainly: blue. Hex color #2C668B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C668B is #D39974. Grayscale: #585858. Windows color (decimal): -13867381 or 9135660. OLE color: 9135660.

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

Color convert

RGB 44 102 139 -
CMYK 0.68 0.27 0 0.45
HSL 203.37º 0.52% 0.36% -
HSV(B) 203.37º 0.68% 0.55% -
XYZ 10.45 11.9 26.17 -
YUV 88.88 156.28 95.99 -
System Red Green Blue C M Y K H S L
Decimal 44 102 139 0.68 0.27 0 0.45 203.37 0.52 0.36
Hex 2C 66 8B 44 1B 0 2D CB 34 24
Octal 54 146 213 104 33 0 55 313 64 44
Binary 101100 1100110 10001011 1000100 11011 0 101101 11001011 110100 100100

Color Harmonies of #2C668B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C668B

Black with #2C668B

Text Example


Text Example

White with #2C668B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,102,139); }

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

background-color css

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

 a { background-color: rgb(44,102,139); }

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

border-color css

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

 span { border-color: rgb(44,102,139); }

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