Html Css Color HEX #27738D Astral

📋 copy color: '#27738D'

red 39 ◦ green 115 ◦ blue 141

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

Shades of Astral #27738D

Tints of Astral #27738D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.98%

 BLUE value IS 141 (55.47% from 255) = 47.8%

R = 13.22%
G = 38.98%
B = 47.8%

CMYK

 C value IS 0.72

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#27738D (or 0x27738D) is known color: Astral. HEX triplet: 27, 73 and 8D. RGB value is (39,115,141). Sum of RGB (Red+Green+Blue) = 39+115+141=295 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.22% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 141 - color contains mainly: blue. Hex color #27738D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27738D is #D88C72. Grayscale: #5F5F5F. Windows color (decimal): -14191731 or 9270055. OLE color: 9270055.

HSL color Cylindrical-coordinate representation of color #27738D: hue angle of 195.29º degrees, saturation: 0.57, 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 #27738D is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 39 115 141 -
CMYK 0.72 0.18 0 0.45
HSL 195.29º 0.57% 0.35% -
HSV(B) 195.29º 0.72% 0.55% -
XYZ 11.78 14.62 27.4 -
YUV 95.24 153.82 87.89 -
System Red Green Blue C M Y K H S L
Decimal 39 115 141 0.72 0.18 0 0.45 195.29 0.57 0.35
Hex 27 73 8D 48 12 0 2D C3 39 23
Octal 47 163 215 110 22 0 55 303 71 43
Binary 100111 1110011 10001101 1001000 10010 0 101101 11000011 111001 100011

Color Harmonies of #27738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27738D

Black with #27738D

Text Example


Text Example

White with #27738D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27738D; }

 p { color: rgb(39,115,141); }

 H1.HeaderClassName
 {
   color: #27738D;
 }
 .AnyTagClassName
 {
   color: #27738D;
 }
</style>

background-color css

<style>
 a { background-color: #27738D; }

 a { background-color: rgb(39,115,141); }

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

border-color css

<style>
 span { border-color: #27738D; }

 span { border-color: rgb(39,115,141); }

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