Html Css Color HEX #27688B Astral

📋 copy color: '#27688B'

red 39 ◦ green 104 ◦ blue 139

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

Shades of Astral #27688B

Tints of Astral #27688B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.88%

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

R = 13.83%
G = 36.88%
B = 49.29%

CMYK

 C value IS 0.72

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#27688B (or 0x27688B) is known color: Astral. HEX triplet: 27, 68 and 8B. RGB value is (39,104,139). Sum of RGB (Red+Green+Blue) = 39+104+139=282 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.83% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 139 (54.69% from 255 or 49.29% from 282); Max value from RGB is 139 - color contains mainly: blue. Hex color #27688B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27688B is #D89774. Grayscale: #585858. Windows color (decimal): -14194549 or 9136167. OLE color: 9136167.

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

Color convert

RGB 39 104 139 -
CMYK 0.72 0.25 0 0.45
HSL 201º 0.56% 0.35% -
HSV(B) 201º 0.72% 0.55% -
XYZ 10.45 12.2 26.23 -
YUV 88.56 156.47 92.65 -
System Red Green Blue C M Y K H S L
Decimal 39 104 139 0.72 0.25 0 0.45 201 0.56 0.35
Hex 27 68 8B 48 19 0 2D C9 38 23
Octal 47 150 213 110 31 0 55 311 70 43
Binary 100111 1101000 10001011 1001000 11001 0 101101 11001001 111000 100011

Color Harmonies of #27688B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27688B

Black with #27688B

Text Example


Text Example

White with #27688B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27688B; }

 p { color: rgb(39,104,139); }

 H1.HeaderClassName
 {
   color: #27688B;
 }
 .AnyTagClassName
 {
   color: #27688B;
 }
</style>

background-color css

<style>
 a { background-color: #27688B; }

 a { background-color: rgb(39,104,139); }

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

border-color css

<style>
 span { border-color: #27688B; }

 span { border-color: rgb(39,104,139); }

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