Html Css Color HEX #27698C Astral

📋 copy color: '#27698C'

red 39 ◦ green 105 ◦ blue 140

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

Shades of Astral #27698C

Tints of Astral #27698C

RGB

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

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

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

R = 13.73%
G = 36.97%
B = 49.3%

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

#27698C (or 0x27698C) is known color: Astral. HEX triplet: 27, 69 and 8C. RGB value is (39,105,140). Sum of RGB (Red+Green+Blue) = 39+105+140=284 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.73% from 284); Green value is 105 (41.41% from 255 or 36.97% from 284); Blue value is 140 (55.08% from 255 or 49.30% from 284); Max value from RGB is 140 - color contains mainly: blue. Hex color #27698C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27698C is #D89673. Grayscale: #595959. Windows color (decimal): -14194292 or 9201959. OLE color: 9201959.

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

Color convert

RGB 39 105 140 -
CMYK 0.72 0.25 0 0.45
HSL 200.79º 0.56% 0.35% -
HSV(B) 200.79º 0.72% 0.55% -
XYZ 10.62 12.43 26.65 -
YUV 89.26 156.63 92.15 -
System Red Green Blue C M Y K H S L
Decimal 39 105 140 0.72 0.25 0 0.45 200.79 0.56 0.35
Hex 27 69 8C 48 19 0 2D C9 38 23
Octal 47 151 214 110 31 0 55 311 70 43
Binary 100111 1101001 10001100 1001000 11001 0 101101 11001001 111000 100011

Color Harmonies of #27698C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27698C

Black with #27698C

Text Example


Text Example

White with #27698C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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