Html Css Color HEX #27758B Astral

📋 copy color: '#27758B'

red 39 ◦ green 117 ◦ blue 139

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

Shades of Astral #27758B

Tints of Astral #27758B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.66%

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

R = 13.22%
G = 39.66%
B = 47.12%

CMYK

 C value IS 0.72

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#27758B (or 0x27758B) is known color: Astral. HEX triplet: 27, 75 and 8B. RGB value is (39,117,139). Sum of RGB (Red+Green+Blue) = 39+117+139=295 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.22% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 139 - color contains mainly: blue. Hex color #27758B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27758B is #D88A74. Grayscale: #606060. Windows color (decimal): -14191221 or 9139495. OLE color: 9139495.

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

Color convert

RGB 39 117 139 -
CMYK 0.72 0.16 0 0.45
HSL 193.2º 0.56% 0.35% -
HSV(B) 193.2º 0.72% 0.55% -
XYZ 11.86 15.02 26.7 -
YUV 96.19 152.16 87.21 -
System Red Green Blue C M Y K H S L
Decimal 39 117 139 0.72 0.16 0 0.45 193.2 0.56 0.35
Hex 27 75 8B 48 10 0 2D C1 38 23
Octal 47 165 213 110 20 0 55 301 70 43
Binary 100111 1110101 10001011 1001000 10000 0 101101 11000001 111000 100011

Color Harmonies of #27758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27758B

Black with #27758B

Text Example


Text Example

White with #27758B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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