Html Css Color HEX #27748C Astral

📋 copy color: '#27748C'

red 39 ◦ green 116 ◦ blue 140

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

Shades of Astral #27748C

Tints of Astral #27748C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.32%

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

R = 13.22%
G = 39.32%
B = 47.46%

CMYK

 C value IS 0.72

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#27748C (or 0x27748C) is known color: Astral. HEX triplet: 27, 74 and 8C. RGB value is (39,116,140). Sum of RGB (Red+Green+Blue) = 39+116+140=295 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.22% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 140 - color contains mainly: blue. Hex color #27748C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27748C is #D88B73. Grayscale: #5F5F5F. Windows color (decimal): -14191476 or 9204775. OLE color: 9204775.

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

Color convert

RGB 39 116 140 -
CMYK 0.72 0.17 0 0.45
HSL 194.26º 0.56% 0.35% -
HSV(B) 194.26º 0.72% 0.55% -
XYZ 11.82 14.82 27.05 -
YUV 95.71 152.99 87.55 -
System Red Green Blue C M Y K H S L
Decimal 39 116 140 0.72 0.17 0 0.45 194.26 0.56 0.35
Hex 27 74 8C 48 11 0 2D C2 38 23
Octal 47 164 214 110 21 0 55 302 70 43
Binary 100111 1110100 10001100 1001000 10001 0 101101 11000010 111000 100011

Color Harmonies of #27748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27748C

Black with #27748C

Text Example


Text Example

White with #27748C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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