Html Css Color HEX #31668F Astral

📋 copy color: '#31668F'

red 49 ◦ green 102 ◦ blue 143

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

Shades of Astral #31668F

Tints of Astral #31668F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 48.64%

R = 16.67%
G = 34.69%
B = 48.64%

CMYK

 C value IS 0.66

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#31668F (or 0x31668F) is known color: Astral. HEX triplet: 31, 66 and 8F. RGB value is (49,102,143). Sum of RGB (Red+Green+Blue) = 49+102+143=294 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.67% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 143 (56.25% from 255 or 48.64% from 294); Max value from RGB is 143 - color contains mainly: blue. Hex color #31668F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31668F is #CE9970. Grayscale: #5A5A5A. Windows color (decimal): -13539697 or 9397809. OLE color: 9397809.

HSL color Cylindrical-coordinate representation of color #31668F: hue angle of 206.17º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31668F is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 102 143 -
CMYK 0.66 0.29 0 0.44
HSL 206.17º 0.49% 0.38% -
HSV(B) 206.17º 0.66% 0.56% -
XYZ 10.98 12.14 27.75 -
YUV 90.83 157.44 98.17 -
System Red Green Blue C M Y K H S L
Decimal 49 102 143 0.66 0.29 0 0.44 206.17 0.49 0.38
Hex 31 66 8F 42 1D 0 2C CE 31 26
Octal 61 146 217 102 35 0 54 316 61 46
Binary 110001 1100110 10001111 1000010 11101 0 101100 11001110 110001 100110

Color Harmonies of #31668F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31668F

Black with #31668F

Text Example


Text Example

White with #31668F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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