Html Css Color HEX #27708C Astral

📋 copy color: '#27708C'

red 39 ◦ green 112 ◦ blue 140

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

Shades of Astral #27708C

Tints of Astral #27708C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.49%

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

R = 13.4%
G = 38.49%
B = 48.11%

CMYK

 C value IS 0.72

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#27708C (or 0x27708C) is known color: Astral. HEX triplet: 27, 70 and 8C. RGB value is (39,112,140). Sum of RGB (Red+Green+Blue) = 39+112+140=291 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.40% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 140 (55.08% from 255 or 48.11% from 291); Max value from RGB is 140 - color contains mainly: blue. Hex color #27708C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27708C is #D88F73. Grayscale: #5D5D5D. Windows color (decimal): -14192500 or 9203751. OLE color: 9203751.

HSL color Cylindrical-coordinate representation of color #27708C: hue angle of 196.63º 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 #27708C is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 39 112 140 -
CMYK 0.72 0.20 0 0.45
HSL 196.63º 0.56% 0.35% -
HSV(B) 196.63º 0.72% 0.55% -
XYZ 11.36 13.91 26.9 -
YUV 93.37 154.32 89.22 -
System Red Green Blue C M Y K H S L
Decimal 39 112 140 0.72 0.20 0 0.45 196.63 0.56 0.35
Hex 27 70 8C 48 14 0 2D C5 38 23
Octal 47 160 214 110 24 0 55 305 70 43
Binary 100111 1110000 10001100 1001000 10100 0 101101 11000101 111000 100011

Color Harmonies of #27708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27708C

Black with #27708C

Text Example


Text Example

White with #27708C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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