Html Css Color HEX #31667F Astral

📋 copy color: '#31667F'

red 49 ◦ green 102 ◦ blue 127

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

Shades of Astral #31667F

Tints of Astral #31667F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 45.68%

R = 17.63%
G = 36.69%
B = 45.68%

CMYK

 C value IS 0.61

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#31667F (or 0x31667F) is known color: Astral. HEX triplet: 31, 66 and 7F. RGB value is (49,102,127). Sum of RGB (Red+Green+Blue) = 49+102+127=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 127 (50% from 255 or 45.68% from 278); Max value from RGB is 127 - color contains mainly: blue. Hex color #31667F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31667F is #CE9980. Grayscale: #585858. Windows color (decimal): -13539713 or 8349233. OLE color: 8349233.

HSL color Cylindrical-coordinate representation of color #31667F: hue angle of 199.23º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31667F is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 49 102 127 -
CMYK 0.61 0.20 0 0.50
HSL 199.23º 0.44% 0.35% -
HSV(B) 199.23º 0.61% 0.5% -
XYZ 9.85 11.69 21.82 -
YUV 89 149.44 99.47 -
System Red Green Blue C M Y K H S L
Decimal 49 102 127 0.61 0.20 0 0.50 199.23 0.44 0.35
Hex 31 66 7F 3D 14 0 32 C7 2C 23
Octal 61 146 177 75 24 0 62 307 54 43
Binary 110001 1100110 1111111 111101 10100 0 110010 11000111 101100 100011

Color Harmonies of #31667F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31667F

Black with #31667F

Text Example


Text Example

White with #31667F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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