Html Css Color HEX #27718C Astral

📋 copy color: '#27718C'

red 39 ◦ green 113 ◦ blue 140

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

Shades of Astral #27718C

Tints of Astral #27718C

RGB

 RED value IS 39 (15.63% from 255) = 13.36%

 GREEN value IS 113 (44.53% from 255) = 38.7%

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

R = 13.36%
G = 38.7%
B = 47.95%

CMYK

 C value IS 0.72

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#27718C (or 0x27718C) is known color: Astral. HEX triplet: 27, 71 and 8C. RGB value is (39,113,140). Sum of RGB (Red+Green+Blue) = 39+113+140=292 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.36% from 292); Green value is 113 (44.53% from 255 or 38.70% from 292); Blue value is 140 (55.08% from 255 or 47.95% from 292); Max value from RGB is 140 - color contains mainly: blue. Hex color #27718C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27718C is #D88E73. Grayscale: #5D5D5D. Windows color (decimal): -14192244 or 9204007. OLE color: 9204007.

HSL color Cylindrical-coordinate representation of color #27718C: hue angle of 196.04º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27718C is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 39 113 140 -
CMYK 0.72 0.19 0 0.45
HSL 196.04º 0.56% 0.35% -
HSV(B) 196.04º 0.72% 0.55% -
XYZ 11.48 14.14 26.93 -
YUV 93.95 153.98 88.8 -
System Red Green Blue C M Y K H S L
Decimal 39 113 140 0.72 0.19 0 0.45 196.04 0.56 0.35
Hex 27 71 8C 48 13 0 2D C4 38 23
Octal 47 161 214 110 23 0 55 304 70 43
Binary 100111 1110001 10001100 1001000 10011 0 101101 11000100 111000 100011

Color Harmonies of #27718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27718C

Black with #27718C

Text Example


Text Example

White with #27718C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27718C; }

 p { color: rgb(39,113,140); }

 H1.HeaderClassName
 {
   color: #27718C;
 }
 .AnyTagClassName
 {
   color: #27718C;
 }
</style>

background-color css

<style>
 a { background-color: #27718C; }

 a { background-color: rgb(39,113,140); }

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

border-color css

<style>
 span { border-color: #27718C; }

 span { border-color: rgb(39,113,140); }

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