Html Css Color HEX #31668B Astral

📋 copy color: '#31668B'

red 49 ◦ green 102 ◦ blue 139

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

Shades of Astral #31668B

Tints of Astral #31668B

RGB

 RED value IS 49 (19.53% from 255) = 16.9%

 GREEN value IS 102 (40.23% from 255) = 35.17%

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

R = 16.9%
G = 35.17%
B = 47.93%

CMYK

 C value IS 0.65

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#31668B (or 0x31668B) is known color: Astral. HEX triplet: 31, 66 and 8B. RGB value is (49,102,139). Sum of RGB (Red+Green+Blue) = 49+102+139=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 102 (40.23% from 255 or 35.17% from 290); Blue value is 139 (54.69% from 255 or 47.93% from 290); Max value from RGB is 139 - color contains mainly: blue. Hex color #31668B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31668B is #CE9974. Grayscale: #5A5A5A. Windows color (decimal): -13539701 or 9135665. OLE color: 9135665.

HSL color Cylindrical-coordinate representation of color #31668B: hue angle of 204.67º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31668B is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 102 139 -
CMYK 0.65 0.27 0 0.45
HSL 204.67º 0.48% 0.37% -
HSV(B) 204.67º 0.65% 0.55% -
XYZ 10.68 12.02 26.18 -
YUV 90.37 155.44 98.49 -
System Red Green Blue C M Y K H S L
Decimal 49 102 139 0.65 0.27 0 0.45 204.67 0.48 0.37
Hex 31 66 8B 41 1B 0 2D CD 30 25
Octal 61 146 213 101 33 0 55 315 60 45
Binary 110001 1100110 10001011 1000001 11011 0 101101 11001101 110000 100101

Color Harmonies of #31668B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31668B

Black with #31668B

Text Example


Text Example

White with #31668B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,102,139); }

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

background-color css

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

 a { background-color: rgb(49,102,139); }

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

border-color css

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

 span { border-color: rgb(49,102,139); }

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