Html Css Color HEX #27698E Astral

📋 copy color: '#27698E'

red 39 ◦ green 105 ◦ blue 142

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

Shades of Astral #27698E

Tints of Astral #27698E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.71%

 BLUE value IS 142 (55.86% from 255) = 49.65%

R = 13.64%
G = 36.71%
B = 49.65%

CMYK

 C value IS 0.73

 M value IS 0.26

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#27698E (or 0x27698E) is known color: Astral. HEX triplet: 27, 69 and 8E. RGB value is (39,105,142). Sum of RGB (Red+Green+Blue) = 39+105+142=286 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.64% from 286); Green value is 105 (41.41% from 255 or 36.71% from 286); Blue value is 142 (55.86% from 255 or 49.65% from 286); Max value from RGB is 142 - color contains mainly: blue. Hex color #27698E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27698E is #D89671. Grayscale: #595959. Windows color (decimal): -14194290 or 9333031. OLE color: 9333031.

HSL color Cylindrical-coordinate representation of color #27698E: hue angle of 201.55º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #27698E is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 39 105 142 -
CMYK 0.73 0.26 0 0.44
HSL 201.55º 0.57% 0.35% -
HSV(B) 201.55º 0.73% 0.56% -
XYZ 10.77 12.49 27.43 -
YUV 89.48 157.63 91.99 -
System Red Green Blue C M Y K H S L
Decimal 39 105 142 0.73 0.26 0 0.44 201.55 0.57 0.35
Hex 27 69 8E 49 1A 0 2C CA 39 23
Octal 47 151 216 111 32 0 54 312 71 43
Binary 100111 1101001 10001110 1001001 11010 0 101100 11001010 111001 100011

Color Harmonies of #27698E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27698E

Black with #27698E

Text Example


Text Example

White with #27698E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27698E; }

 p { color: rgb(39,105,142); }

 H1.HeaderClassName
 {
   color: #27698E;
 }
 .AnyTagClassName
 {
   color: #27698E;
 }
</style>

background-color css

<style>
 a { background-color: #27698E; }

 a { background-color: rgb(39,105,142); }

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

border-color css

<style>
 span { border-color: #27698E; }

 span { border-color: rgb(39,105,142); }

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