Html Css Color HEX #2C7585 Astral

📋 copy color: '#2C7585'

red 44 ◦ green 117 ◦ blue 133

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

Shades of Astral #2C7585

Tints of Astral #2C7585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 45.24%

R = 14.97%
G = 39.8%
B = 45.24%

CMYK

 C value IS 0.67

 M value IS 0.12

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#2C7585 (or 0x2C7585) is known color: Astral. HEX triplet: 2C, 75 and 85. RGB value is (44,117,133). Sum of RGB (Red+Green+Blue) = 44+117+133=294 (38% of max value = 765). Red value is 44 (17.58% from 255 or 14.97% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 133 - color contains mainly: blue. Hex color #2C7585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C7585 is #D38A7A. Grayscale: #606060. Windows color (decimal): -13863547 or 8746284. OLE color: 8746284.

HSL color Cylindrical-coordinate representation of color #2C7585: hue angle of 190.79º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C7585 is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 44 117 133 -
CMYK 0.67 0.12 0 0.48
HSL 190.79º 0.5% 0.35% -
HSV(B) 190.79º 0.67% 0.52% -
XYZ 11.63 14.95 24.46 -
YUV 97 148.32 90.2 -
System Red Green Blue C M Y K H S L
Decimal 44 117 133 0.67 0.12 0 0.48 190.79 0.5 0.35
Hex 2C 75 85 43 C 0 30 BF 32 23
Octal 54 165 205 103 14 0 60 277 62 43
Binary 101100 1110101 10000101 1000011 1100 0 110000 10111111 110010 100011

Color Harmonies of #2C7585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C7585

Black with #2C7585

Text Example


Text Example

White with #2C7585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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